#EFC0D3

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

Shades of Classic Rose #EFC0D3

Tints of Classic Rose #EFC0D3

Color information

#EFC0D3 (or 0xEFC0D3) is unknown color: approx Classic Rose. HEX triplet: EF, C0 and D3. RGB value is (239,192,211). Sum of RGB (Red+Green+Blue) = 239+192+211=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 192 (75.39% from 255 or 29.91% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0D3 is #103F2C. Grayscale: #D0D0D0. Windows color (decimal): -1064749 or 13877487. OLE color: 13877487.

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

Color convert

RGB239192211-
CMYK00.200.120.06
HSL335.74º59.49%84.51%-
HSV(B)335.74º19.67%93.73%-
XYZ66.260.7569.87-
YUV208.22129.57149.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 192 (75.39% from 255) = 29.91%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=37.23%
G=29.91%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919221100.200.120.06335.7459.4984.51
HexEFC0D3014C61503b55
Octal35730032302414652073125
Binary11101111110000001101001101010011001101010100001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC0D3; }

 p { color: rgb(239,192,211); }

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

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

 a { background-color: rgb(239,192,211); }

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

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

 span { border-color: rgb(239,192,211); }

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