#CCADD0

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

Shades of Lilac #CCADD0

Tints of Lilac #CCADD0

Color information

#CCADD0 (or 0xCCADD0) is unknown color: approx Lilac. HEX triplet: CC, AD and D0. RGB value is (204,173,208). Sum of RGB (Red+Green+Blue) = 204+173+208=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD0 is #33522F. Grayscale: #BABABA. Windows color (decimal): -3363376 or 13675980. OLE color: 13675980.

HSL color Cylindrical-coordinate representation of color #CCADD0: hue angle of 293.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCADD0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204173208-
CMYK0.020.1700.18
HSL293.14º27.13%74.71%-
HSV(B)293.14º16.83%81.57%-
XYZ51.2347.2866.1-
YUV186.26140.27140.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 173 (67.97% from 255) = 29.57%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=34.87%
G=29.57%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041732080.020.1700.18293.1427.1374.71
HexCCADD02110121251b4b
Octal31425532022102244533113
Binary1100110010101101110100001010001010010100100101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADD0; }

 p { color: rgb(204,173,208); }

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

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

 a { background-color: rgb(204,173,208); }

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

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

 span { border-color: rgb(204,173,208); }

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