#CCC5FA

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

Shades of Lavender Blue #CCC5FA

Tints of Lavender Blue #CCC5FA

Color information

#CCC5FA (or 0xCCC5FA) is unknown color: approx Lavender Blue. HEX triplet: CC, C5 and FA. RGB value is (204,197,250). Sum of RGB (Red+Green+Blue) = 204+197+250=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5FA is #333A05. Grayscale: #CCCCCC. Windows color (decimal): -3357190 or 16434636. OLE color: 16434636.

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

Color convert

RGB204197250-
CMYK0.180.2100.02
HSL247.92º84.13%87.65%-
HSV(B)247.92º21.2%98.04%-
XYZ62.1259.6798.69-
YUV205.14153.32127.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=31.34%
G=30.26%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041972500.180.2100.02247.9284.1387.65
HexCCC5FA121502f85458
Octal314305372222502370124130
Binary11001100110001011111101010010101010101111100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5FA; }

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

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

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

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

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

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

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

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