#CCC6FF

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

Shades of Lavender Blue #CCC6FF

Tints of Lavender Blue #CCC6FF

Color information

#CCC6FF (or 0xCCC6FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C6 and FF. RGB value is (204,198,255). Sum of RGB (Red+Green+Blue) = 204+198+255=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FF is #333900. Grayscale: #CECECE. Windows color (decimal): -3356929 or 16762572. OLE color: 16762572.

HSL color Cylindrical-coordinate representation of color #CCC6FF: hue angle of 246.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC6FF is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204198255-
CMYK0.20.2200
HSL246.32º100%88.82%-
HSV(B)246.32º22.35%100%-
XYZ63.1560.45102.95-
YUV206.29155.49126.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 198 (77.73% from 255) = 30.14%
BLUE value IS 255 (100% from 255) = 38.81%
R=31.05%
G=30.14%
B=38.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041982550.20.2200246.3210088.82
HexCCC6FF141600f66459
Octal314306377242600366144131
Binary1100110011000110111111111010010110001111011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6FF; }

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

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

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

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

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

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

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

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