#ccc7ff

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

Shades of Lavender Blue #CCC7FF

Tints of Lavender Blue #CCC7FF

Color information

#CCC7FF (or 0xCCC7FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C7 and FF. RGB value is (204,199,255). Sum of RGB (Red+Green+Blue) = 204+199+255=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7FF is #333800. Grayscale: #CECECE. Windows color (decimal): -3356673 or 16762828. OLE color: 16762828.

HSL color Cylindrical-coordinate representation of color #CCC7FF: hue angle of 245.36º 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 #CCC7FF is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204199255-
CMYK0.20.2200
HSL245.36º100%89.02%-
HSV(B)245.36º21.96%100%-
XYZ63.3860.9103.02-
YUV206.88155.16125.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 199 (78.12% from 255) = 30.24%
BLUE value IS 255 (100% from 255) = 38.75%
R=31.00%
G=30.24%
B=38.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041992550.20.2200245.3610089.02
HexCCC7FF141600f56459
Octal314307377242600365144131
Binary1100110011000111111111111010010110001111010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc7ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc7ff; }

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

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

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

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

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

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

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

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