Html Css Color HEX #EDD6CF Ebb

📋 copy color: '#EDD6CF'

red 237 ◦ green 214 ◦ blue 207

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

Shades of Ebb #EDD6CF

Tints of Ebb #EDD6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.52%

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

R = 36.02%
G = 32.52%
B = 31.46%

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

#EDD6CF (or 0xEDD6CF) is known color: Ebb. HEX triplet: ED, D6 and CF. RGB value is (237,214,207). Sum of RGB (Red+Green+Blue) = 237+214+207=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6CF is #122930. Grayscale: #DCDCDC. Windows color (decimal): -1190193 or 13620973. OLE color: 13620973.

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

Color convert

RGB 237 214 207 -
CMYK 0 0.10 0.13 0.07
HSL 14º 0.45% 0.87% -
HSV(B) 14º 0.13% 0.93% -
XYZ 70.23 70.6 68.96 -
YUV 220.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 237 214 207 0 0.10 0.13 0.07 14 0.45 0.87
Hex ED D6 CF 0 A D 7 E 2D 57
Octal 355 326 317 0 12 15 7 16 55 127
Binary 11101101 11010110 11001111 0 1010 1101 111 1110 101101 1010111

Color Harmonies of #EDD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6CF

Black with #EDD6CF

Text Example


Text Example

White with #EDD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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