#CCC3FC

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

Shades of Lavender Blue #CCC3FC

Tints of Lavender Blue #CCC3FC

Color information

#CCC3FC (or 0xCCC3FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C3 and FC. RGB value is (204,195,252). Sum of RGB (Red+Green+Blue) = 204+195+252=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC3FC is #333C03. Grayscale: #CBCBCB. Windows color (decimal): -3357700 or 16565196. OLE color: 16565196.

HSL color Cylindrical-coordinate representation of color #CCC3FC: hue angle of 249.47º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC3FC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204195252-
CMYK0.190.2300.01
HSL249.47º90.48%87.65%-
HSV(B)249.47º22.62%98.82%-
XYZ61.9958.9100.2-
YUV204.19154.98127.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=31.34%
G=29.95%
B=38.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041952520.190.2300.01249.4790.4887.65
HexCCC3FC131701f95a58
Octal314303374232701371132130
Binary1100110011000011111111001001110111011111100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC3FC; }

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

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

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

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

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

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

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

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