#CCC5F0

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

Shades of Lavender Blue #CCC5F0

Tints of Lavender Blue #CCC5F0

Color information

#CCC5F0 (or 0xCCC5F0) is unknown color: approx Lavender Blue. HEX triplet: CC, C5 and F0. RGB value is (204,197,240). Sum of RGB (Red+Green+Blue) = 204+197+240=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5F0 is #333A0F. Grayscale: #CBCBCB. Windows color (decimal): -3357200 or 15779276. OLE color: 15779276.

HSL color Cylindrical-coordinate representation of color #CCC5F0: hue angle of 249.77º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC5F0 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204197240-
CMYK0.150.1800.06
HSL249.77º58.9%85.69%-
HSV(B)249.77º17.92%94.12%-
XYZ60.659.0690.64-
YUV204148.32128-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=31.83%
G=30.73%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041972400.150.1800.06249.7758.985.69
HexCCC5F0F1206fa3b56
Octal31430536017220637273126
Binary1100110011000101111100001111100100110111110101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5F0; }

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

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

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

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

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

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

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

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