#CCC5F9

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

Shades of Lavender Blue #CCC5F9

Tints of Lavender Blue #CCC5F9

Color information

#CCC5F9 (or 0xCCC5F9) is unknown color: approx Lavender Blue. HEX triplet: CC, C5 and F9. RGB value is (204,197,249). Sum of RGB (Red+Green+Blue) = 204+197+249=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5F9 is #333A06. Grayscale: #CCCCCC. Windows color (decimal): -3357191 or 16369100. OLE color: 16369100.

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

Color convert

RGB204197249-
CMYK0.180.2100.02
HSL248.08º81.25%87.45%-
HSV(B)248.08º20.88%97.65%-
XYZ61.9759.6197.86-
YUV205.02152.82127.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=31.38%
G=30.31%
B=38.31%

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
Decimal2041972490.180.2100.02248.0881.2587.45
HexCCC5F9121502f85157
Octal314305371222502370121127
Binary11001100110001011111100110010101010101111100010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5F9; }

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

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

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

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

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

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

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

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