Html Css Color HEX #EFD1CC Coral Candy

📋 copy color: '#EFD1CC'

red 239 ◦ green 209 ◦ blue 204

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

Shades of Coral Candy #EFD1CC

Tints of Coral Candy #EFD1CC

RGB

 RED value IS 239 (93.75% from 255) = 36.66%

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

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

R = 36.66%
G = 32.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFD1CC (or 0xEFD1CC) is known color: Coral Candy. HEX triplet: EF, D1 and CC. RGB value is (239,209,204). Sum of RGB (Red+Green+Blue) = 239+209+204=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CC is #102E33. Grayscale: #D9D9D9. Windows color (decimal): -1060404 or 13423087. OLE color: 13423087.

HSL color Cylindrical-coordinate representation of color #EFD1CC: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD1CC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 204 -
CMYK 0 0.13 0.15 0.06
HSL 8.57º 0.52% 0.87% -
HSV(B) 8.57º 0.15% 0.94% -
XYZ 69.3 68.31 66.66 -
YUV 217.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 239 209 204 0 0.13 0.15 0.06 8.57 0.52 0.87
Hex EF D1 CC 0 D F 6 9 34 57
Octal 357 321 314 0 15 17 6 11 64 127
Binary 11101111 11010001 11001100 0 1101 1111 110 1001 110100 1010111

Color Harmonies of #EFD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1CC

Black with #EFD1CC

Text Example


Text Example

White with #EFD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1CC; }

 p { color: rgb(239,209,204); }

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

background-color css

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

 a { background-color: rgb(239,209,204); }

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

border-color css

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

 span { border-color: rgb(239,209,204); }

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