Html Css Color HEX #EFDFB7 Dutch White

📋 copy color: '#EFDFB7'

red 239 ◦ green 223 ◦ blue 183

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

Shades of Dutch White #EFDFB7

Tints of Dutch White #EFDFB7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.57%

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

R = 37.05%
G = 34.57%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFDFB7 (or 0xEFDFB7) is known color: Dutch White. HEX triplet: EF, DF and B7. RGB value is (239,223,183). Sum of RGB (Red+Green+Blue) = 239+223+183=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 183 (71.88% from 255 or 28.37% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFB7 is #102048. Grayscale: #DFDFDF. Windows color (decimal): -1056841 or 12050415. OLE color: 12050415.

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

Color convert

RGB 239 223 183 -
CMYK 0 0.07 0.23 0.06
HSL 42.86º 0.64% 0.83% -
HSV(B) 42.86º 0.23% 0.94% -
XYZ 70.53 74.54 55.47 -
YUV 223.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 239 223 183 0 0.07 0.23 0.06 42.86 0.64 0.83
Hex EF DF B7 0 7 17 6 2B 40 53
Octal 357 337 267 0 7 27 6 53 100 123
Binary 11101111 11011111 10110111 0 111 10111 110 101011 1000000 1010011

Color Harmonies of #EFDFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFB7

Black with #EFDFB7

Text Example


Text Example

White with #EFDFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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