Html Css Color HEX #EDD5CF Ebb

📋 copy color: '#EDD5CF'

red 237 ◦ green 213 ◦ blue 207

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

Shades of Ebb #EDD5CF

Tints of Ebb #EDD5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.42%

 BLUE value IS 207 (81.25% from 255) = 31.51%

R = 36.07%
G = 32.42%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD5CF (or 0xEDD5CF) is known color: Ebb. HEX triplet: ED, D5 and CF. RGB value is (237,213,207). Sum of RGB (Red+Green+Blue) = 237+213+207=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5CF is #122A30. Grayscale: #DBDBDB. Windows color (decimal): -1190449 or 13620717. OLE color: 13620717.

HSL color Cylindrical-coordinate representation of color #EDD5CF: hue angle of 12º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD5CF is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 207 -
CMYK 0 0.10 0.13 0.07
HSL 12º 0.45% 0.87% -
HSV(B) 12º 0.13% 0.93% -
XYZ 69.98 70.1 68.87 -
YUV 219.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 237 213 207 0 0.10 0.13 0.07 12 0.45 0.87
Hex ED D5 CF 0 A D 7 C 2D 57
Octal 355 325 317 0 12 15 7 14 55 127
Binary 11101101 11010101 11001111 0 1010 1101 111 1100 101101 1010111

Color Harmonies of #EDD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5CF

Black with #EDD5CF

Text Example


Text Example

White with #EDD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5CF; }

 p { color: rgb(237,213,207); }

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

background-color css

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

 a { background-color: rgb(237,213,207); }

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

border-color css

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

 span { border-color: rgb(237,213,207); }

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