#EFD2CB

Color #EFD2CB Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #EFD2CB

Tints of Coral Candy #EFD2CB

Color information

#EFD2CB (or 0xEFD2CB) is unknown color: approx Coral Candy. HEX triplet: EF, D2 and CB. RGB value is (239,210,203). Sum of RGB (Red+Green+Blue) = 239+210+203=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CB is #102D34. Grayscale: #D9D9D9. Windows color (decimal): -1060149 or 13357807. OLE color: 13357807.

HSL color Cylindrical-coordinate representation of color #EFD2CB: hue angle of 11.67º degrees, saturation: 0.53, 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 #EFD2CB is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239210203-
CMYK00.120.150.06
HSL11.67º52.94%86.67%-
HSV(B)11.67º15.06%93.73%-
XYZ69.4268.7666.11-
YUV217.87119.61143.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 210 (82.42% from 255) = 32.21%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=36.66%
G=32.21%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921020300.120.150.0611.6752.9486.67
HexEFD2CB0CF6c3557
Octal3573223130141761465127
Binary11101111110100101100101101100111111011001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2CB; }

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

 H1.HeaderClassName
 {
   color: #EFD2CB;
 }
 .AnyTagClassName
 {
   color: #EFD2CB;
 }
</style>
background-color css

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

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

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

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

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

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