#EFC4DE

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

Shades of Classic Rose #EFC4DE

Tints of Classic Rose #EFC4DE

Color information

#EFC4DE (or 0xEFC4DE) is unknown color: approx Classic Rose. HEX triplet: EF, C4 and DE. RGB value is (239,196,222). Sum of RGB (Red+Green+Blue) = 239+196+222=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DE is #103B21. Grayscale: #D3D3D3. Windows color (decimal): -1063714 or 14599407. OLE color: 14599407.

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

Color convert

RGB239196222-
CMYK00.180.070.06
HSL323.72º57.33%85.29%-
HSV(B)323.72º17.99%93.73%-
XYZ68.5263.177.68-
YUV211.82133.75147.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=36.38%
G=29.83%
B=33.79%

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
Decimal23919622200.180.070.06323.7257.3385.29
HexEFC4DE012761443955
Octal3573043360227650471125
Binary1110111111000100110111100100101111101010001001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4DE; }

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

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

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

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

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

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

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

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