#CCC5FC

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

Shades of Lavender Blue #CCC5FC

Tints of Lavender Blue #CCC5FC

Color information

#CCC5FC (or 0xCCC5FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C5 and FC. RGB value is (204,197,252). Sum of RGB (Red+Green+Blue) = 204+197+252=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5FC is #333A03. Grayscale: #CDCDCD. Windows color (decimal): -3357188 or 16565708. OLE color: 16565708.

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

Color convert

RGB204197252-
CMYK0.190.2200.01
HSL247.64º90.16%88.04%-
HSV(B)247.64º21.83%98.82%-
XYZ62.4459.8100.35-
YUV205.36154.32127.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=31.24%
G=30.17%
B=38.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041972520.190.2200.01247.6490.1688.04
HexCCC5FC131601f85a58
Octal314305374232601370132130
Binary1100110011000101111111001001110110011111100010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5FC; }

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

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

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

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

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

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

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

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