Html Css Color HEX #EFDEBE Dutch White

📋 copy color: '#EFDEBE'

red 239 ◦ green 222 ◦ blue 190

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

Shades of Dutch White #EFDEBE

Tints of Dutch White #EFDEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.19%

R = 36.71%
G = 34.1%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFDEBE (or 0xEFDEBE) is known color: Dutch White. HEX triplet: EF, DE and BE. RGB value is (239,222,190). Sum of RGB (Red+Green+Blue) = 239+222+190=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBE is #102141. Grayscale: #DFDFDF. Windows color (decimal): -1057090 or 12508911. OLE color: 12508911.

HSL color Cylindrical-coordinate representation of color #EFDEBE: hue angle of 39.18º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDEBE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 190 -
CMYK 0 0.07 0.21 0.06
HSL 39.18º 0.6% 0.84% -
HSV(B) 39.18º 0.21% 0.94% -
XYZ 71.01 74.31 59.32 -
YUV 223.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 239 222 190 0 0.07 0.21 0.06 39.18 0.6 0.84
Hex EF DE BE 0 7 15 6 27 3C 54
Octal 357 336 276 0 7 25 6 47 74 124
Binary 11101111 11011110 10111110 0 111 10101 110 100111 111100 1010100

Color Harmonies of #EFDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEBE

Black with #EFDEBE

Text Example


Text Example

White with #EFDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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