Html Css Color HEX #EFD2CD Coral Candy

📋 copy color: '#EFD2CD'

red 239 ◦ green 210 ◦ blue 205

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

Shades of Coral Candy #EFD2CD

Tints of Coral Candy #EFD2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.11%

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

R = 36.54%
G = 32.11%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFD2CD (or 0xEFD2CD) is known color: Coral Candy. HEX triplet: EF, D2 and CD. RGB value is (239,210,205). Sum of RGB (Red+Green+Blue) = 239+210+205=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CD is #102D32. Grayscale: #DADADA. Windows color (decimal): -1060147 or 13488879. OLE color: 13488879.

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

Color convert

RGB 239 210 205 -
CMYK 0 0.12 0.14 0.06
HSL 8.82º 0.52% 0.87% -
HSV(B) 8.82º 0.14% 0.94% -
XYZ 69.66 68.85 67.38 -
YUV 218.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 239 210 205 0 0.12 0.14 0.06 8.82 0.52 0.87
Hex EF D2 CD 0 C E 6 9 34 57
Octal 357 322 315 0 14 16 6 11 64 127
Binary 11101111 11010010 11001101 0 1100 1110 110 1001 110100 1010111

Color Harmonies of #EFD2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2CD

Black with #EFD2CD

Text Example


Text Example

White with #EFD2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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