Html Css Color HEX #EFDDB5 Dutch White

📋 copy color: '#EFDDB5'

red 239 ◦ green 221 ◦ blue 181

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

Shades of Dutch White #EFDDB5

Tints of Dutch White #EFDDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.24%

R = 37.29%
G = 34.48%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFDDB5 (or 0xEFDDB5) is known color: Dutch White. HEX triplet: EF, DD and B5. RGB value is (239,221,181). Sum of RGB (Red+Green+Blue) = 239+221+181=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB5 is #10224A. Grayscale: #DDDDDD. Windows color (decimal): -1057355 or 11918831. OLE color: 11918831.

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

Color convert

RGB 239 221 181 -
CMYK 0 0.08 0.24 0.06
HSL 41.38º 0.64% 0.82% -
HSV(B) 41.38º 0.24% 0.94% -
XYZ 69.79 73.4 54.21 -
YUV 221.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 239 221 181 0 0.08 0.24 0.06 41.38 0.64 0.82
Hex EF DD B5 0 8 18 6 29 40 52
Octal 357 335 265 0 10 30 6 51 100 122
Binary 11101111 11011101 10110101 0 1000 11000 110 101001 1000000 1010010

Color Harmonies of #EFDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDB5

Black with #EFDDB5

Text Example


Text Example

White with #EFDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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