#CCCBDA

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

Shades of Lavender Grey #CCCBDA

Tints of Lavender Grey #CCCBDA

Color information

#CCCBDA (or 0xCCCBDA) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and DA. RGB value is (204,203,218). Sum of RGB (Red+Green+Blue) = 204+203+218=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDA is #333425. Grayscale: #CCCCCC. Windows color (decimal): -3355686 or 14339020. OLE color: 14339020.

HSL color Cylindrical-coordinate representation of color #CCCBDA: hue angle of 244º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCBDA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204203218-
CMYK0.060.0700.15
HSL244º16.85%82.55%-
HSV(B)244º6.88%85.49%-
XYZ58.9160.6174.92-
YUV205.01135.33127.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=32.64%
G=32.48%
B=34.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042032180.060.0700.1524416.8582.55
HexCCCBDA670Ff41153
Octal3143133326701736421123
Binary1100110011001011110110101101110111111110100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBDA; }

 p { color: rgb(204,203,218); }

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

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

 a { background-color: rgb(204,203,218); }

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

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

 span { border-color: rgb(204,203,218); }

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