Html Css Color HEX #EFDEBF Dutch White

📋 copy color: '#EFDEBF'

red 239 ◦ green 222 ◦ blue 191

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

Shades of Dutch White #EFDEBF

Tints of Dutch White #EFDEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.29%

R = 36.66%
G = 34.05%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFDEBF (or 0xEFDEBF) is known color: Dutch White. HEX triplet: EF, DE and BF. RGB value is (239,222,191). Sum of RGB (Red+Green+Blue) = 239+222+191=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEBF is #102140. Grayscale: #DFDFDF. Windows color (decimal): -1057089 or 12574447. OLE color: 12574447.

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

Color convert

RGB 239 222 191 -
CMYK 0 0.07 0.20 0.06
HSL 38.75º 0.6% 0.84% -
HSV(B) 38.75º 0.2% 0.94% -
XYZ 71.12 74.35 59.89 -
YUV 223.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 239 222 191 0 0.07 0.20 0.06 38.75 0.6 0.84
Hex EF DE BF 0 7 14 6 27 3C 54
Octal 357 336 277 0 7 24 6 47 74 124
Binary 11101111 11011110 10111111 0 111 10100 110 100111 111100 1010100

Color Harmonies of #EFDEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEBF

Black with #EFDEBF

Text Example


Text Example

White with #EFDEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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