#CCCCDF

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

Shades of Lavender Grey #CCCCDF

Tints of Lavender Grey #CCCCDF

Color information

#CCCCDF (or 0xCCCCDF) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and DF. RGB value is (204,204,223). Sum of RGB (Red+Green+Blue) = 204+204+223=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCDF is #333320. Grayscale: #CECECE. Windows color (decimal): -3355425 or 14666956. OLE color: 14666956.

HSL color Cylindrical-coordinate representation of color #CCCCDF: hue angle of 240º degrees, saturation: 0.23, 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 #CCCCDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204204223-
CMYK0.090.0900.13
HSL240º22.89%83.73%-
HSV(B)240º8.52%87.45%-
XYZ59.8161.3578.5-
YUV206.17137.5126.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=32.33%
G=32.33%
B=35.34%

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
Decimal2042042230.090.0900.1324022.8983.73
HexCCCCDF990Df01754
Octal314314337111101536027124
Binary110011001100110011011111100110010110111110000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCDF; }

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

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

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

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

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

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

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

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