#CCCBDF

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

Shades of Lavender Grey #CCCBDF

Tints of Lavender Grey #CCCBDF

Color information

#CCCBDF (or 0xCCCBDF) is unknown color: approx Lavender Grey. HEX triplet: CC, CB and DF. RGB value is (204,203,223). Sum of RGB (Red+Green+Blue) = 204+203+223=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBDF is #333420. Grayscale: #CDCDCD. Windows color (decimal): -3355681 or 14666700. OLE color: 14666700.

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

Color convert

RGB204203223-
CMYK0.090.0900.13
HSL243º23.81%83.53%-
HSV(B)243º8.97%87.45%-
XYZ59.5860.8878.42-
YUV205.58137.83126.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.38%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=32.38%
G=32.22%
B=35.40%

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
Decimal2042032230.090.0900.1324323.8183.53
HexCCCBDF990Df31854
Octal314313337111101536330124
Binary110011001100101111011111100110010110111110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBDF; }

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

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

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

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

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

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

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

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