Html Css Color HEX #EED4CD Coral Candy

📋 copy color: '#EED4CD'

red 238 ◦ green 212 ◦ blue 205

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

Shades of Coral Candy #EED4CD

Tints of Coral Candy #EED4CD

RGB

 RED value IS 238 (93.36% from 255) = 36.34%

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

 BLUE value IS 205 (80.47% from 255) = 31.3%

R = 36.34%
G = 32.37%
B = 31.3%

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

#EED4CD (or 0xEED4CD) is known color: Coral Candy. HEX triplet: EE, D4 and CD. RGB value is (238,212,205). Sum of RGB (Red+Green+Blue) = 238+212+205=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4CD is #112B32. Grayscale: #DBDBDB. Windows color (decimal): -1125171 or 13489390. OLE color: 13489390.

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

Color convert

RGB 238 212 205 -
CMYK 0 0.11 0.14 0.07
HSL 12.73º 0.49% 0.87% -
HSV(B) 12.73º 0.14% 0.93% -
XYZ 69.82 69.67 67.53 -
YUV 218.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 238 212 205 0 0.11 0.14 0.07 12.73 0.49 0.87
Hex EE D4 CD 0 B E 7 D 31 57
Octal 356 324 315 0 13 16 7 15 61 127
Binary 11101110 11010100 11001101 0 1011 1110 111 1101 110001 1010111

Color Harmonies of #EED4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4CD

Black with #EED4CD

Text Example


Text Example

White with #EED4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4CD; }

 p { color: rgb(238,212,205); }

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

background-color css

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

 a { background-color: rgb(238,212,205); }

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

border-color css

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

 span { border-color: rgb(238,212,205); }

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