#CCCCD3

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

Shades of Lavender Grey #CCCCD3

Tints of Lavender Grey #CCCCD3

Color information

#CCCCD3 (or 0xCCCCD3) is unknown color: approx Lavender Grey. HEX triplet: CC, CC and D3. RGB value is (204,204,211). Sum of RGB (Red+Green+Blue) = 204+204+211=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCD3 is #33332C. Grayscale: #CCCCCC. Windows color (decimal): -3355437 or 13880524. OLE color: 13880524.

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

Color convert

RGB204204211-
CMYK0.030.0300.17
HSL240º7.37%81.37%-
HSV(B)240º3.32%82.75%-
XYZ58.2560.7370.28-
YUV204.8131.5127.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=32.96%
G=32.96%
B=34.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042042110.030.0300.172407.3781.37
HexCCCCD333011f0751
Octal314314323330213607121
Binary1100110011001100110100111111010001111100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCD3; }

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

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

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

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

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

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

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

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