#CCC1FF

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

Shades of Lavender Blue #CCC1FF

Tints of Lavender Blue #CCC1FF

Color information

#CCC1FF (or 0xCCC1FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C1 and FF. RGB value is (204,193,255). Sum of RGB (Red+Green+Blue) = 204+193+255=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FF is #333E00. Grayscale: #CBCBCB. Windows color (decimal): -3358209 or 16761292. OLE color: 16761292.

HSL color Cylindrical-coordinate representation of color #CCC1FF: hue angle of 250.65º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC1FF is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204193255-
CMYK0.20.2400
HSL250.65º100%87.84%-
HSV(B)250.65º24.31%100%-
XYZ62.0258.2102.57-
YUV203.36157.14128.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 255 (100% from 255) = 39.11%
R=31.29%
G=29.60%
B=39.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041932550.20.2400250.6510087.84
HexCCC1FF141800fb6458
Octal314301377243000373144130
Binary1100110011000001111111111010011000001111101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1FF; }

 p { color: rgb(204,193,255); }

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

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

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

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

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

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

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