Html Css Color HEX #EFD2CB Coral Candy

📋 copy color: '#EFD2CB'

red 239 ◦ green 210 ◦ blue 203

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

Shades of Coral Candy #EFD2CB

Tints of Coral Candy #EFD2CB

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 value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFD2CB (or 0xEFD2CB) is known color: 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

RGB 239 210 203 -
CMYK 0 0.12 0.15 0.06
HSL 11.67º 0.53% 0.87% -
HSV(B) 11.67º 0.15% 0.94% -
XYZ 69.42 68.76 66.11 -
YUV 217.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 239 210 203 0 0.12 0.15 0.06 11.67 0.53 0.87
Hex EF D2 CB 0 C F 6 C 35 57
Octal 357 322 313 0 14 17 6 14 65 127
Binary 11101111 11010010 11001011 0 1100 1111 110 1100 110101 1010111

Color Harmonies of #EFD2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2CB

Black with #EFD2CB

Text Example


Text Example

White with #EFD2CB

Text Example


Text Example

HTML Codes & Css Web 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>