#EFC3DE

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

Shades of Classic Rose #EFC3DE

Tints of Classic Rose #EFC3DE

Color information

#EFC3DE (or 0xEFC3DE) is unknown color: approx Classic Rose. HEX triplet: EF, C3 and DE. RGB value is (239,195,222). Sum of RGB (Red+Green+Blue) = 239+195+222=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 195 (76.56% from 255 or 29.73% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DE is #103C21. Grayscale: #D3D3D3. Windows color (decimal): -1063970 or 14599151. OLE color: 14599151.

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

Color convert

RGB239195222-
CMYK00.180.070.06
HSL323.18º57.89%85.1%-
HSV(B)323.18º18.41%93.73%-
XYZ68.362.6577.6-
YUV211.23134.08147.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 195 (76.56% from 255) = 29.73%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=36.43%
G=29.73%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919522200.180.070.06323.1857.8985.1
HexEFC3DE012761433a55
Octal3573033360227650372125
Binary1110111111000011110111100100101111101010000111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3DE; }

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

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

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

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

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

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

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

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