#CCC3FF

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

Shades of Lavender Blue #CCC3FF

Tints of Lavender Blue #CCC3FF

Color information

#CCC3FF (or 0xCCC3FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C3 and FF. RGB value is (204,195,255). Sum of RGB (Red+Green+Blue) = 204+195+255=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3FF is #333C00. Grayscale: #CCCCCC. Windows color (decimal): -3357697 or 16761804. OLE color: 16761804.

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

Color convert

RGB204195255-
CMYK0.20.2400
HSL249º100%88.24%-
HSV(B)249º23.53%100%-
XYZ62.4759.09102.72-
YUV204.53156.48127.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 195 (76.56% from 255) = 29.82%
BLUE value IS 255 (100% from 255) = 38.99%
R=31.19%
G=29.82%
B=38.99%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041952550.20.240024910088.24
HexCCC3FF141800f96458
Octal314303377243000371144130
Binary1100110011000011111111111010011000001111100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3FF; }

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

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

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

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

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

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

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

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