Html Css Color HEX #EDDFB8 Dutch White

📋 copy color: '#EDDFB8'

red 237 ◦ green 223 ◦ blue 184

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

Shades of Dutch White #EDDFB8

Tints of Dutch White #EDDFB8

RGB

 RED value IS 237 (92.97% from 255) = 36.8%

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

 BLUE value IS 184 (72.27% from 255) = 28.57%

R = 36.8%
G = 34.63%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDDFB8 (or 0xEDDFB8) is known color: Dutch White. HEX triplet: ED, DF and B8. RGB value is (237,223,184). Sum of RGB (Red+Green+Blue) = 237+223+184=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFB8 is #122047. Grayscale: #DEDEDE. Windows color (decimal): -1187912 or 12115949. OLE color: 12115949.

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

Color convert

RGB 237 223 184 -
CMYK 0 0.06 0.22 0.07
HSL 44.15º 0.6% 0.83% -
HSV(B) 44.15º 0.22% 0.93% -
XYZ 69.96 74.24 55.99 -
YUV 222.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 237 223 184 0 0.06 0.22 0.07 44.15 0.6 0.83
Hex ED DF B8 0 6 16 7 2C 3C 53
Octal 355 337 270 0 6 26 7 54 74 123
Binary 11101101 11011111 10111000 0 110 10110 111 101100 111100 1010011

Color Harmonies of #EDDFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFB8

Black with #EDDFB8

Text Example


Text Example

White with #EDDFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFB8; }

 p { color: rgb(237,223,184); }

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

background-color css

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

 a { background-color: rgb(237,223,184); }

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

border-color css

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

 span { border-color: rgb(237,223,184); }

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