#EFC4DA

Color #EFC4DA Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EFC4DA

Tints of Classic Rose #EFC4DA

Color information

#EFC4DA (or 0xEFC4DA) is unknown color: approx Classic Rose. HEX triplet: EF, C4 and DA. RGB value is (239,196,218). Sum of RGB (Red+Green+Blue) = 239+196+218=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DA is #103B25. Grayscale: #D3D3D3. Windows color (decimal): -1063718 or 14337263. OLE color: 14337263.

HSL color Cylindrical-coordinate representation of color #EFC4DA: hue angle of 329.3º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4DA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239196218-
CMYK00.180.090.06
HSL329.3º57.33%85.29%-
HSV(B)329.3º17.99%93.73%-
XYZ67.9962.8974.89-
YUV211.36131.75147.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=36.60%
G=30.02%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919621800.180.090.06329.357.3385.29
HexEFC4DA012961493955
Octal35730433202211651171125
Binary11101111110001001101101001001010011101010010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4DA; }

 p { color: rgb(239,196,218); }

 H1.HeaderClassName
 {
   color: #EFC4DA;
 }
 .AnyTagClassName
 {
   color: #EFC4DA;
 }
</style>
background-color css

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

 a { background-color: rgb(239,196,218); }

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

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

 span { border-color: rgb(239,196,218); }

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