Html Css Color HEX #EFD1CA Coral Candy

📋 copy color: '#EFD1CA'

red 239 ◦ green 209 ◦ blue 202

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

Shades of Coral Candy #EFD1CA

Tints of Coral Candy #EFD1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.08%

R = 36.77%
G = 32.15%
B = 31.08%

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

#EFD1CA (or 0xEFD1CA) is known color: Coral Candy. HEX triplet: EF, D1 and CA. RGB value is (239,209,202). Sum of RGB (Red+Green+Blue) = 239+209+202=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CA is #102E35. Grayscale: #D9D9D9. Windows color (decimal): -1060406 or 13292015. OLE color: 13292015.

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

Color convert

RGB 239 209 202 -
CMYK 0 0.13 0.15 0.06
HSL 11.35º 0.54% 0.86% -
HSV(B) 11.35º 0.15% 0.94% -
XYZ 69.06 68.22 65.4 -
YUV 217.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 239 209 202 0 0.13 0.15 0.06 11.35 0.54 0.86
Hex EF D1 CA 0 D F 6 B 36 56
Octal 357 321 312 0 15 17 6 13 66 126
Binary 11101111 11010001 11001010 0 1101 1111 110 1011 110110 1010110

Color Harmonies of #EFD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1CA

Black with #EFD1CA

Text Example


Text Example

White with #EFD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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