Html Css Color HEX #EDD1CB Coral Candy

📋 copy color: '#EDD1CB'

red 237 ◦ green 209 ◦ blue 203

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

Shades of Coral Candy #EDD1CB

Tints of Coral Candy #EDD1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.2%

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

R = 36.52%
G = 32.2%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD1CB (or 0xEDD1CB) is known color: Coral Candy. HEX triplet: ED, D1 and CB. RGB value is (237,209,203). Sum of RGB (Red+Green+Blue) = 237+209+203=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1CB is #122E34. Grayscale: #D8D8D8. Windows color (decimal): -1191477 or 13357549. OLE color: 13357549.

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

Color convert

RGB 237 209 203 -
CMYK 0 0.12 0.14 0.07
HSL 10.59º 0.49% 0.86% -
HSV(B) 10.59º 0.14% 0.93% -
XYZ 68.51 67.92 66 -
YUV 216.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 237 209 203 0 0.12 0.14 0.07 10.59 0.49 0.86
Hex ED D1 CB 0 C E 7 B 31 56
Octal 355 321 313 0 14 16 7 13 61 126
Binary 11101101 11010001 11001011 0 1100 1110 111 1011 110001 1010110

Color Harmonies of #EDD1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1CB

Black with #EDD1CB

Text Example


Text Example

White with #EDD1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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