#CCC2FF

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

Shades of Lavender Blue #CCC2FF

Tints of Lavender Blue #CCC2FF

Color information

#CCC2FF (or 0xCCC2FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C2 and FF. RGB value is (204,194,255). Sum of RGB (Red+Green+Blue) = 204+194+255=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FF is #333D00. Grayscale: #CBCBCB. Windows color (decimal): -3357953 or 16761548. OLE color: 16761548.

HSL color Cylindrical-coordinate representation of color #CCC2FF: hue angle of 249.84º 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 #CCC2FF is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204194255-
CMYK0.20.2400
HSL249.84º100%88.04%-
HSV(B)249.84º23.92%100%-
XYZ62.2458.64102.65-
YUV203.94156.81128.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 255 (100% from 255) = 39.05%
R=31.24%
G=29.71%
B=39.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041942550.20.2400249.8410088.04
HexCCC2FF141800fa6458
Octal314302377243000372144130
Binary1100110011000010111111111010011000001111101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2FF; }

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

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

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

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

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

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

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

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