Html Css Color HEX #EDDFBA Dutch White

📋 copy color: '#EDDFBA'

red 237 ◦ green 223 ◦ blue 186

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

Shades of Dutch White #EDDFBA

Tints of Dutch White #EDDFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.79%

R = 36.69%
G = 34.52%
B = 28.79%

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

#EDDFBA (or 0xEDDFBA) is known color: Dutch White. HEX triplet: ED, DF and BA. RGB value is (237,223,186). Sum of RGB (Red+Green+Blue) = 237+223+186=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBA is #122045. Grayscale: #DFDFDF. Windows color (decimal): -1187910 or 12247021. OLE color: 12247021.

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

Color convert

RGB 237 223 186 -
CMYK 0 0.06 0.22 0.07
HSL 43.53º 0.59% 0.83% -
HSV(B) 43.53º 0.22% 0.93% -
XYZ 70.18 74.33 57.1 -
YUV 222.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 237 223 186 0 0.06 0.22 0.07 43.53 0.59 0.83
Hex ED DF BA 0 6 16 7 2C 3B 53
Octal 355 337 272 0 6 26 7 54 73 123
Binary 11101101 11011111 10111010 0 110 10110 111 101100 111011 1010011

Color Harmonies of #EDDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFBA

Black with #EDDFBA

Text Example


Text Example

White with #EDDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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