Html Css Color HEX #EFDEBB Dutch White

📋 copy color: '#EFDEBB'

red 239 ◦ green 222 ◦ blue 187

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

Shades of Dutch White #EFDEBB

Tints of Dutch White #EFDEBB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.26%

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

R = 36.88%
G = 34.26%
B = 28.86%

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

#EFDEBB (or 0xEFDEBB) is known color: Dutch White. HEX triplet: EF, DE and BB. RGB value is (239,222,187). Sum of RGB (Red+Green+Blue) = 239+222+187=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBB is #102144. Grayscale: #DFDFDF. Windows color (decimal): -1057093 or 12312303. OLE color: 12312303.

HSL color Cylindrical-coordinate representation of color #EFDEBB: hue angle of 40.38º 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 #EFDEBB is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 187 -
CMYK 0 0.07 0.22 0.06
HSL 40.38º 0.62% 0.84% -
HSV(B) 40.38º 0.22% 0.94% -
XYZ 70.69 74.18 57.61 -
YUV 223.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 239 222 187 0 0.07 0.22 0.06 40.38 0.62 0.84
Hex EF DE BB 0 7 16 6 28 3E 54
Octal 357 336 273 0 7 26 6 50 76 124
Binary 11101111 11011110 10111011 0 111 10110 110 101000 111110 1010100

Color Harmonies of #EFDEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEBB

Black with #EFDEBB

Text Example


Text Example

White with #EFDEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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