#CCCBD6

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

Shades of Lavender Grey #CCCBD6

Tints of Lavender Grey #CCCBD6

Color information

#CCCBD6 (or 0xCCCBD6) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and D6. RGB value is (204,203,214). Sum of RGB (Red+Green+Blue) = 204+203+214=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD6 is #333429. Grayscale: #CCCCCC. Windows color (decimal): -3355690 or 14076876. OLE color: 14076876.

HSL color Cylindrical-coordinate representation of color #CCCBD6: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCBD6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204203214-
CMYK0.050.0500.16
HSL245.45º11.83%81.76%-
HSV(B)245.45º5.14%83.92%-
XYZ58.460.472.2-
YUV204.55133.33127.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=32.85%
G=32.69%
B=34.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042032140.050.0500.16245.4511.8381.76
HexCCCBD655010f5c52
Octal3143133265502036514122
Binary1100110011001011110101101011010100001111010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBD6; }

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

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

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

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

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

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

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

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