Html Css Color HEX #EFDDB7 Dutch White

📋 copy color: '#EFDDB7'

red 239 ◦ green 221 ◦ blue 183

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

Shades of Dutch White #EFDDB7

Tints of Dutch White #EFDDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.46%

R = 37.17%
G = 34.37%
B = 28.46%

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

#EFDDB7 (or 0xEFDDB7) is known color: Dutch White. HEX triplet: EF, DD and B7. RGB value is (239,221,183). Sum of RGB (Red+Green+Blue) = 239+221+183=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDB7 is #102248. Grayscale: #DEDEDE. Windows color (decimal): -1057353 or 12049903. OLE color: 12049903.

HSL color Cylindrical-coordinate representation of color #EFDDB7: hue angle of 40.71º degrees, saturation: 0.64, 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 #EFDDB7 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 183 -
CMYK 0 0.08 0.23 0.06
HSL 40.71º 0.64% 0.83% -
HSV(B) 40.71º 0.23% 0.94% -
XYZ 70 73.48 55.29 -
YUV 222.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 239 221 183 0 0.08 0.23 0.06 40.71 0.64 0.83
Hex EF DD B7 0 8 17 6 29 40 53
Octal 357 335 267 0 10 27 6 51 100 123
Binary 11101111 11011101 10110111 0 1000 10111 110 101001 1000000 1010011

Color Harmonies of #EFDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDB7

Black with #EFDDB7

Text Example


Text Example

White with #EFDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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