#EFC3D2

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

Shades of Classic Rose #EFC3D2

Tints of Classic Rose #EFC3D2

Color information

#EFC3D2 (or 0xEFC3D2) is unknown color: approx Classic Rose. HEX triplet: EF, C3 and D2. RGB value is (239,195,210). Sum of RGB (Red+Green+Blue) = 239+195+210=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 195 (76.56% from 255 or 30.28% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D2 is #103C2D. Grayscale: #D1D1D1. Windows color (decimal): -1063982 or 13812719. OLE color: 13812719.

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

Color convert

RGB239195210-
CMYK00.180.120.06
HSL339.55º57.89%85.1%-
HSV(B)339.55º18.41%93.73%-
XYZ66.7462.0369.43-
YUV209.87128.08148.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 195 (76.56% from 255) = 30.28%
BLUE value IS 210 (82.42% from 255) = 32.61%
R=37.11%
G=30.28%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919521000.180.120.06339.5557.8985.1
HexEFC3D2012C61543a55
Octal35730332202214652472125
Binary11101111110000111101001001001011001101010101001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3D2; }

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

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

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

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

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

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

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

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