#CCCADF

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

Shades of Lavender Grey #CCCADF

Tints of Lavender Grey #CCCADF

Color information

#CCCADF (or 0xCCCADF) is unknown color: approx Lavender Grey. HEX triplet: CC, CA and DF. RGB value is (204,202,223). Sum of RGB (Red+Green+Blue) = 204+202+223=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCADF is #333520. Grayscale: #CCCCCC. Windows color (decimal): -3355937 or 14666444. OLE color: 14666444.

HSL color Cylindrical-coordinate representation of color #CCCADF: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCADF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204202223-
CMYK0.090.0900.13
HSL245.71º24.71%83.33%-
HSV(B)245.71º9.42%87.45%-
XYZ59.3460.4178.34-
YUV204.99138.16127.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=32.43%
G=32.11%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042022230.090.0900.13245.7124.7183.33
HexCCCADF990Df61953
Octal314312337111101536631123
Binary110011001100101011011111100110010110111110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCADF; }

 p { color: rgb(204,202,223); }

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

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

 a { background-color: rgb(204,202,223); }

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

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

 span { border-color: rgb(204,202,223); }

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