Html Css Color HEX #EDD2CB Coral Candy

📋 copy color: '#EDD2CB'

red 237 ◦ green 210 ◦ blue 203

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

Shades of Coral Candy #EDD2CB

Tints of Coral Candy #EDD2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

 BLUE value IS 203 (79.69% from 255) = 31.23%

R = 36.46%
G = 32.31%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD2CB (or 0xEDD2CB) is known color: Coral Candy. HEX triplet: ED, D2 and CB. RGB value is (237,210,203). Sum of RGB (Red+Green+Blue) = 237+210+203=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2CB is #122D34. Grayscale: #D9D9D9. Windows color (decimal): -1191221 or 13357805. OLE color: 13357805.

HSL color Cylindrical-coordinate representation of color #EDD2CB: hue angle of 12.35º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD2CB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 203 -
CMYK 0 0.11 0.14 0.07
HSL 12.35º 0.49% 0.86% -
HSV(B) 12.35º 0.14% 0.93% -
XYZ 68.75 68.41 66.08 -
YUV 217.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 237 210 203 0 0.11 0.14 0.07 12.35 0.49 0.86
Hex ED D2 CB 0 B E 7 C 31 56
Octal 355 322 313 0 13 16 7 14 61 126
Binary 11101101 11010010 11001011 0 1011 1110 111 1100 110001 1010110

Color Harmonies of #EDD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2CB

Black with #EDD2CB

Text Example


Text Example

White with #EDD2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2CB; }

 p { color: rgb(237,210,203); }

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

background-color css

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

 a { background-color: rgb(237,210,203); }

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

border-color css

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

 span { border-color: rgb(237,210,203); }

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