#EFCDDC

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

Shades of Classic Rose #EFCDDC

Tints of Classic Rose #EFCDDC

Color information

#EFCDDC (or 0xEFCDDC) is unknown color: approx Classic Rose. HEX triplet: EF, CD and DC. RGB value is (239,205,220). Sum of RGB (Red+Green+Blue) = 239+205+220=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDC is #103223. Grayscale: #D8D8D8. Windows color (decimal): -1061412 or 14470639. OLE color: 14470639.

HSL color Cylindrical-coordinate representation of color #EFCDDC: hue angle of 333.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDDC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239205220-
CMYK00.140.080.06
HSL333.53º51.52%87.06%-
HSV(B)333.53º14.23%93.73%-
XYZ70.3567.1876.97-
YUV216.88129.76143.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=35.99%
G=30.87%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920522000.140.080.06333.5351.5287.06
HexEFCDDC0E8614e3457
Octal35731533401610651664127
Binary1110111111001101110111000111010001101010011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDDC; }

 p { color: rgb(239,205,220); }

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

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

 a { background-color: rgb(239,205,220); }

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

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

 span { border-color: rgb(239,205,220); }

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