Html Css Color HEX #EFDEBC Dutch White

📋 copy color: '#EFDEBC'

red 239 ◦ green 222 ◦ blue 188

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

Shades of Dutch White #EFDEBC

Tints of Dutch White #EFDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.97%

R = 36.83%
G = 34.21%
B = 28.97%

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

#EFDEBC (or 0xEFDEBC) is known color: Dutch White. HEX triplet: EF, DE and BC. RGB value is (239,222,188). Sum of RGB (Red+Green+Blue) = 239+222+188=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBC is #102143. Grayscale: #DFDFDF. Windows color (decimal): -1057092 or 12377839. OLE color: 12377839.

HSL color Cylindrical-coordinate representation of color #EFDEBC: hue angle of 40º degrees, saturation: 0.61, 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 #EFDEBC is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 188 -
CMYK 0 0.07 0.21 0.06
HSL 40º 0.61% 0.84% -
HSV(B) 40º 0.21% 0.94% -
XYZ 70.79 74.22 58.17 -
YUV 223.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 239 222 188 0 0.07 0.21 0.06 40 0.61 0.84
Hex EF DE BC 0 7 15 6 28 3D 54
Octal 357 336 274 0 7 25 6 50 75 124
Binary 11101111 11011110 10111100 0 111 10101 110 101000 111101 1010100

Color Harmonies of #EFDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEBC

Black with #EFDEBC

Text Example


Text Example

White with #EFDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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