Html Css Color HEX #EFDDBA Dutch White

📋 copy color: '#EFDDBA'

red 239 ◦ green 221 ◦ blue 186

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

Shades of Dutch White #EFDDBA

Tints of Dutch White #EFDDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.79%

R = 37%
G = 34.21%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFDDBA (or 0xEFDDBA) is known color: Dutch White. HEX triplet: EF, DD and BA. RGB value is (239,221,186). Sum of RGB (Red+Green+Blue) = 239+221+186=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDBA is #102245. Grayscale: #DEDEDE. Windows color (decimal): -1057350 or 12246511. OLE color: 12246511.

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

Color convert

RGB 239 221 186 -
CMYK 0 0.08 0.22 0.06
HSL 39.62º 0.62% 0.83% -
HSV(B) 39.62º 0.22% 0.94% -
XYZ 70.32 73.61 56.96 -
YUV 222.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 239 221 186 0 0.08 0.22 0.06 39.62 0.62 0.83
Hex EF DD BA 0 8 16 6 28 3E 53
Octal 357 335 272 0 10 26 6 50 76 123
Binary 11101111 11011101 10111010 0 1000 10110 110 101000 111110 1010011

Color Harmonies of #EFDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDBA

Black with #EFDDBA

Text Example


Text Example

White with #EFDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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