Html Css Color HEX #EFDFBB Dutch White

📋 copy color: '#EFDFBB'

red 239 ◦ green 223 ◦ blue 187

#EFDFBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dutch White #EFDFBB

Tints of Dutch White #EFDFBB

RGB

 RED value IS 239 (93.75% from 255) = 36.83%

 GREEN value IS 223 (87.5% from 255) = 34.36%

 BLUE value IS 187 (73.44% from 255) = 28.81%

R = 36.83%
G = 34.36%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFDFBB (or 0xEFDFBB) is known color: Dutch White. HEX triplet: EF, DF and BB. RGB value is (239,223,187). Sum of RGB (Red+Green+Blue) = 239+223+187=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBB is #102044. Grayscale: #DFDFDF. Windows color (decimal): -1056837 or 12312559. OLE color: 12312559.

HSL color Cylindrical-coordinate representation of color #EFDFBB: hue angle of 41.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFDFBB is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 187 -
CMYK 0 0.07 0.22 0.06
HSL 41.54º 0.62% 0.84% -
HSV(B) 41.54º 0.22% 0.94% -
XYZ 70.95 74.71 57.7 -
YUV 223.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 239 223 187 0 0.07 0.22 0.06 41.54 0.62 0.84
Hex EF DF BB 0 7 16 6 2A 3E 54
Octal 357 337 273 0 7 26 6 52 76 124
Binary 11101111 11011111 10111011 0 111 10110 110 101010 111110 1010100

Color Harmonies of #EFDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFBB

Black with #EFDFBB

Text Example


Text Example

White with #EFDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFBB; }

 p { color: rgb(239,223,187); }

 H1.HeaderClassName
 {
   color: #EFDFBB;
 }
 .AnyTagClassName
 {
   color: #EFDFBB;
 }
</style>

background-color css

<style>
 a { background-color: #EFDFBB; }

 a { background-color: rgb(239,223,187); }

 div.DivClassName
 {
   background-color: #EFDFBB;
 }
 .BgClassName
 {
   background-color: #EFDFBB;
 }
</style>

border-color css

<style>
 span { border-color: #EFDFBB; }

 span { border-color: rgb(239,223,187); }

 td.TdClassName
 {
   border-color: #EFDFBB;
 }
 .TagClassName
 {
   border-color: #EFDFBB;
 }
</style>