Html Css Color HEX #EFD3CB Coral Candy

📋 copy color: '#EFD3CB'

red 239 ◦ green 211 ◦ blue 203

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

Shades of Coral Candy #EFD3CB

Tints of Coral Candy #EFD3CB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.31%

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 36.6%
G = 32.31%
B = 31.09%

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

#EFD3CB (or 0xEFD3CB) is known color: Coral Candy. HEX triplet: EF, D3 and CB. RGB value is (239,211,203). Sum of RGB (Red+Green+Blue) = 239+211+203=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3CB is #102C34. Grayscale: #DADADA. Windows color (decimal): -1059893 or 13358063. OLE color: 13358063.

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

Color convert

RGB 239 211 203 -
CMYK 0 0.12 0.15 0.06
HSL 13.33º 0.53% 0.87% -
HSV(B) 13.33º 0.15% 0.94% -
XYZ 69.67 69.25 66.19 -
YUV 218.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 239 211 203 0 0.12 0.15 0.06 13.33 0.53 0.87
Hex EF D3 CB 0 C F 6 D 35 57
Octal 357 323 313 0 14 17 6 15 65 127
Binary 11101111 11010011 11001011 0 1100 1111 110 1101 110101 1010111

Color Harmonies of #EFD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3CB

Black with #EFD3CB

Text Example


Text Example

White with #EFD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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