Html Css Color HEX #EDDFB5 Dutch White

📋 copy color: '#EDDFB5'

red 237 ◦ green 223 ◦ blue 181

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

Shades of Dutch White #EDDFB5

Tints of Dutch White #EDDFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.24%

R = 36.97%
G = 34.79%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDDFB5 (or 0xEDDFB5) is known color: Dutch White. HEX triplet: ED, DF and B5. RGB value is (237,223,181). Sum of RGB (Red+Green+Blue) = 237+223+181=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFB5 is #12204A. Grayscale: #DEDEDE. Windows color (decimal): -1187915 or 11919341. OLE color: 11919341.

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

Color convert

RGB 237 223 181 -
CMYK 0 0.06 0.24 0.07
HSL 45º 0.61% 0.82% -
HSV(B) 45º 0.24% 0.93% -
XYZ 69.65 74.12 54.35 -
YUV 222.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 237 223 181 0 0.06 0.24 0.07 45 0.61 0.82
Hex ED DF B5 0 6 18 7 2D 3D 52
Octal 355 337 265 0 6 30 7 55 75 122
Binary 11101101 11011111 10110101 0 110 11000 111 101101 111101 1010010

Color Harmonies of #EDDFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFB5

Black with #EDDFB5

Text Example


Text Example

White with #EDDFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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