Html Css Color HEX #EDD3CC Coral Candy

📋 copy color: '#EDD3CC'

red 237 ◦ green 211 ◦ blue 204

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

Shades of Coral Candy #EDD3CC

Tints of Coral Candy #EDD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.36%

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 36.35%
G = 32.36%
B = 31.29%

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

#EDD3CC (or 0xEDD3CC) is known color: Coral Candy. HEX triplet: ED, D3 and CC. RGB value is (237,211,204). Sum of RGB (Red+Green+Blue) = 237+211+204=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3CC is #122C33. Grayscale: #DADADA. Windows color (decimal): -1190964 or 13423597. OLE color: 13423597.

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

Color convert

RGB 237 211 204 -
CMYK 0 0.11 0.14 0.07
HSL 12.73º 0.48% 0.86% -
HSV(B) 12.73º 0.14% 0.93% -
XYZ 69.12 68.95 66.79 -
YUV 217.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 237 211 204 0 0.11 0.14 0.07 12.73 0.48 0.86
Hex ED D3 CC 0 B E 7 D 30 56
Octal 355 323 314 0 13 16 7 15 60 126
Binary 11101101 11010011 11001100 0 1011 1110 111 1101 110000 1010110

Color Harmonies of #EDD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3CC

Black with #EDD3CC

Text Example


Text Example

White with #EDD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3CC; }

 p { color: rgb(237,211,204); }

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

background-color css

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

 a { background-color: rgb(237,211,204); }

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

border-color css

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

 span { border-color: rgb(237,211,204); }

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