#CCCBD7

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

Shades of Lavender Grey #CCCBD7

Tints of Lavender Grey #CCCBD7

Color information

#CCCBD7 (or 0xCCCBD7) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and D7. RGB value is (204,203,215). Sum of RGB (Red+Green+Blue) = 204+203+215=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBD7 is #333428. Grayscale: #CCCCCC. Windows color (decimal): -3355689 or 14142412. OLE color: 14142412.

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

Color convert

RGB204203215-
CMYK0.050.0600.16
HSL245º13.04%81.96%-
HSV(B)245º5.58%84.31%-
XYZ58.5260.4672.87-
YUV204.67133.83127.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 215 (84.38% from 255) = 34.57%
R=32.80%
G=32.64%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042032150.050.0600.1624513.0481.96
HexCCCBD756010f5d52
Octal3143133275602036515122
Binary1100110011001011110101111011100100001111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBD7; }

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

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

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

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

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

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

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

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