Html Css Color HEX #EFD1CD Coral Candy

📋 copy color: '#EFD1CD'

red 239 ◦ green 209 ◦ blue 205

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

Shades of Coral Candy #EFD1CD

Tints of Coral Candy #EFD1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.39%

R = 36.6%
G = 32.01%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFD1CD (or 0xEFD1CD) is known color: Coral Candy. HEX triplet: EF, D1 and CD. RGB value is (239,209,205). Sum of RGB (Red+Green+Blue) = 239+209+205=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1CD is #102E32. Grayscale: #D9D9D9. Windows color (decimal): -1060403 or 13488623. OLE color: 13488623.

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

Color convert

RGB 239 209 205 -
CMYK 0 0.13 0.14 0.06
HSL 7.06º 0.52% 0.87% -
HSV(B) 7.06º 0.14% 0.94% -
XYZ 69.42 68.36 67.29 -
YUV 217.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 239 209 205 0 0.13 0.14 0.06 7.06 0.52 0.87
Hex EF D1 CD 0 D E 6 7 34 57
Octal 357 321 315 0 15 16 6 7 64 127
Binary 11101111 11010001 11001101 0 1101 1110 110 111 110100 1010111

Color Harmonies of #EFD1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1CD

Black with #EFD1CD

Text Example


Text Example

White with #EFD1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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