#CCC6F0

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

Shades of Lavender Blue #CCC6F0

Tints of Lavender Blue #CCC6F0

Color information

#CCC6F0 (or 0xCCC6F0) is unknown color: approx Lavender Blue. HEX triplet: CC, C6 and F0. RGB value is (204,198,240). Sum of RGB (Red+Green+Blue) = 204+198+240=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6F0 is #33390F. Grayscale: #CCCCCC. Windows color (decimal): -3356944 or 15779532. OLE color: 15779532.

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

Color convert

RGB204198240-
CMYK0.150.1800.06
HSL248.57º58.33%85.88%-
HSV(B)248.57º17.5%94.12%-
XYZ60.8259.5290.72-
YUV204.58147.99127.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 240 (94.14% from 255) = 37.38%
R=31.78%
G=30.84%
B=37.38%

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
Decimal2041982400.150.1800.06248.5758.3385.88
HexCCC6F0F1206f93a56
Octal31430636017220637172126
Binary1100110011000110111100001111100100110111110011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6F0; }

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

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

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

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

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

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

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

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