Html Css Color HEX #EDD4CF Ebb

📋 copy color: '#EDD4CF'

red 237 ◦ green 212 ◦ blue 207

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

Shades of Ebb #EDD4CF

Tints of Ebb #EDD4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.32%

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

R = 36.13%
G = 32.32%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD4CF (or 0xEDD4CF) is known color: Ebb. HEX triplet: ED, D4 and CF. RGB value is (237,212,207). Sum of RGB (Red+Green+Blue) = 237+212+207=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4CF is #122B30. Grayscale: #DADADA. Windows color (decimal): -1190705 or 13620461. OLE color: 13620461.

HSL color Cylindrical-coordinate representation of color #EDD4CF: hue angle of 10º 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 #EDD4CF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 207 -
CMYK 0 0.11 0.13 0.07
HSL 10º 0.45% 0.87% -
HSV(B) 10º 0.13% 0.93% -
XYZ 69.73 69.6 68.79 -
YUV 218.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 237 212 207 0 0.11 0.13 0.07 10 0.45 0.87
Hex ED D4 CF 0 B D 7 A 2D 57
Octal 355 324 317 0 13 15 7 12 55 127
Binary 11101101 11010100 11001111 0 1011 1101 111 1010 101101 1010111

Color Harmonies of #EDD4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4CF

Black with #EDD4CF

Text Example


Text Example

White with #EDD4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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