Html Css Color HEX #EFDDB8 Dutch White

📋 copy color: '#EFDDB8'

red 239 ◦ green 221 ◦ blue 184

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

Shades of Dutch White #EFDDB8

Tints of Dutch White #EFDDB8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.32%

 BLUE value IS 184 (72.27% from 255) = 28.57%

R = 37.11%
G = 34.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFDDB8 (or 0xEFDDB8) is known color: Dutch White. HEX triplet: EF, DD and B8. RGB value is (239,221,184). Sum of RGB (Red+Green+Blue) = 239+221+184=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB8 is #102247. Grayscale: #DEDEDE. Windows color (decimal): -1057352 or 12115439. OLE color: 12115439.

HSL color Cylindrical-coordinate representation of color #EFDDB8: hue angle of 40.36º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFDDB8 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 184 -
CMYK 0 0.08 0.23 0.06
HSL 40.36º 0.63% 0.83% -
HSV(B) 40.36º 0.23% 0.94% -
XYZ 70.1 73.52 55.84 -
YUV 222.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 239 221 184 0 0.08 0.23 0.06 40.36 0.63 0.83
Hex EF DD B8 0 8 17 6 28 3F 53
Octal 357 335 270 0 10 27 6 50 77 123
Binary 11101111 11011101 10111000 0 1000 10111 110 101000 111111 1010011

Color Harmonies of #EFDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDB8

Black with #EFDDB8

Text Example


Text Example

White with #EFDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDB8; }

 p { color: rgb(239,221,184); }

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

background-color css

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

 a { background-color: rgb(239,221,184); }

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

border-color css

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

 span { border-color: rgb(239,221,184); }

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