#E6CADD

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

Shades of Classic Rose #E6CADD

Tints of Classic Rose #E6CADD

Color information

#E6CADD (or 0xE6CADD) is unknown color: approx Classic Rose. HEX triplet: E6, CA and DD. RGB value is (230,202,221). Sum of RGB (Red+Green+Blue) = 230+202+221=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CADD is #193522. Grayscale: #D4D4D4. Windows color (decimal): -1652003 or 14535398. OLE color: 14535398.

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

Color convert

RGB230202221-
CMYK00.120.040.10
HSL319.29º35.9%84.71%-
HSV(B)319.29º12.17%90.2%-
XYZ66.864.2877.29-
YUV212.54132.78140.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=35.22%
G=30.93%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020222100.120.040.10319.2935.984.71
HexE6CADD0C4A13f2455
Octal34631233501441247744125
Binary1110011011001010110111010110010010101001111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CADD; }

 p { color: rgb(230,202,221); }

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

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

 a { background-color: rgb(230,202,221); }

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

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

 span { border-color: rgb(230,202,221); }

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