Html Css Color HEX #EDDFBE Dutch White

📋 copy color: '#EDDFBE'

red 237 ◦ green 223 ◦ blue 190

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

Shades of Dutch White #EDDFBE

Tints of Dutch White #EDDFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.23%

R = 36.46%
G = 34.31%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDDFBE (or 0xEDDFBE) is known color: Dutch White. HEX triplet: ED, DF and BE. RGB value is (237,223,190). Sum of RGB (Red+Green+Blue) = 237+223+190=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFBE is #122041. Grayscale: #DFDFDF. Windows color (decimal): -1187906 or 12509165. OLE color: 12509165.

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

Color convert

RGB 237 223 190 -
CMYK 0 0.06 0.20 0.07
HSL 42.13º 0.57% 0.84% -
HSV(B) 42.13º 0.2% 0.93% -
XYZ 70.61 74.5 59.37 -
YUV 223.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 237 223 190 0 0.06 0.20 0.07 42.13 0.57 0.84
Hex ED DF BE 0 6 14 7 2A 39 54
Octal 355 337 276 0 6 24 7 52 71 124
Binary 11101101 11011111 10111110 0 110 10100 111 101010 111001 1010100

Color Harmonies of #EDDFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFBE

Black with #EDDFBE

Text Example


Text Example

White with #EDDFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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