#CCCCFF

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

Shades of Lavender Blue #CCCCFF

Tints of Lavender Blue #CCCCFF

Color information

#CCCCFF (or 0xCCCCFF) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and FF. RGB value is (204,204,255). Sum of RGB (Red+Green+Blue) = 204+204+255=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCCFF is a web safe color. Inversed color of #CCCCFF is #333300. Grayscale: #D1D1D1. Windows color (decimal): -3355393 or 16764108. OLE color: 16764108.

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

Color convert

RGB204204255-
CMYK0.20.200
HSL240º100%90%-
HSV(B)240º20%100%-
XYZ64.5463.24103.41-
YUV209.81153.5123.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 255 (100% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042042550.20.20024010090
HexCCCCFF141400f0645a
Octal314314377242400360144132
Binary1100110011001100111111111010010100001111000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCFF; }

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

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

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

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

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

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

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

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