#EFC2D2

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

Shades of Classic Rose #EFC2D2

Tints of Classic Rose #EFC2D2

Color information

#EFC2D2 (or 0xEFC2D2) is unknown color: approx Classic Rose. HEX triplet: EF, C2 and D2. RGB value is (239,194,210). Sum of RGB (Red+Green+Blue) = 239+194+210=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2D2 is #103D2D. Grayscale: #D1D1D1. Windows color (decimal): -1064238 or 13812463. OLE color: 13812463.

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

Color convert

RGB239194210-
CMYK00.190.120.06
HSL338.67º58.44%84.9%-
HSV(B)338.67º18.83%93.73%-
XYZ66.5261.5969.35-
YUV209.28128.41149.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 194 (76.17% from 255) = 30.17%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=37.17%
G=30.17%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919421000.190.120.06338.6758.4484.9
HexEFC2D2013C61533a55
Octal35730232202314652372125
Binary11101111110000101101001001001111001101010100111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2D2; }

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

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

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

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

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

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

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

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