#CCC5FB

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

Shades of Lavender Blue #CCC5FB

Tints of Lavender Blue #CCC5FB

Color information

#CCC5FB (or 0xCCC5FB) is unknown color: approx Lavender Blue. HEX triplet: CC, C5 and FB. RGB value is (204,197,251). Sum of RGB (Red+Green+Blue) = 204+197+251=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5FB is #333A04. Grayscale: #CDCDCD. Windows color (decimal): -3357189 or 16500172. OLE color: 16500172.

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

Color convert

RGB204197251-
CMYK0.190.2200.02
HSL247.78º87.1%87.84%-
HSV(B)247.78º21.51%98.43%-
XYZ62.2859.7399.51-
YUV205.25153.82127.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=31.29%
G=30.21%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041972510.190.2200.02247.7887.187.84
HexCCC5FB131602f85758
Octal314305373232602370127130
Binary11001100110001011111101110011101100101111100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5FB; }

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

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

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

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

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

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

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

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