#EFC4DD

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

Shades of Classic Rose #EFC4DD

Tints of Classic Rose #EFC4DD

Color information

#EFC4DD (or 0xEFC4DD) is unknown color: approx Classic Rose. HEX triplet: EF, C4 and DD. RGB value is (239,196,221). Sum of RGB (Red+Green+Blue) = 239+196+221=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DD is #103B22. Grayscale: #D3D3D3. Windows color (decimal): -1063715 or 14533871. OLE color: 14533871.

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

Color convert

RGB239196221-
CMYK00.180.080.06
HSL325.12º57.33%85.29%-
HSV(B)325.12º17.99%93.73%-
XYZ68.3963.0576.97-
YUV211.71133.25147.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=36.43%
G=29.88%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919622100.180.080.06325.1257.3385.29
HexEFC4DD012861453955
Octal35730433502210650571125
Binary11101111110001001101110101001010001101010001011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4DD; }

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

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

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

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

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

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

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

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