#E6CCDC

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

Shades of Classic Rose #E6CCDC

Tints of Classic Rose #E6CCDC

Color information

#E6CCDC (or 0xE6CCDC) is unknown color: approx Classic Rose. HEX triplet: E6, CC and DC. RGB value is (230,204,220). Sum of RGB (Red+Green+Blue) = 230+204+220=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCDC is #193323. Grayscale: #D5D5D5. Windows color (decimal): -1651492 or 14470374. OLE color: 14470374.

HSL color Cylindrical-coordinate representation of color #E6CCDC: hue angle of 323.08º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCDC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230204220-
CMYK00.110.040.10
HSL323.08º34.21%85.1%-
HSV(B)323.08º11.3%90.2%-
XYZ67.1465.1876.75-
YUV213.6131.61139.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=35.17%
G=31.19%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020422000.110.040.10323.0834.2185.1
HexE6CCDC0B4A1432255
Octal34631433401341250342125
Binary1110011011001100110111000101110010101010000111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCDC; }

 p { color: rgb(230,204,220); }

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

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

 a { background-color: rgb(230,204,220); }

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

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

 span { border-color: rgb(230,204,220); }

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