#CCCCF0

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

Shades of Lavender Blue #CCCCF0

Tints of Lavender Blue #CCCCF0

Color information

#CCCCF0 (or 0xCCCCF0) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and F0. RGB value is (204,204,240). Sum of RGB (Red+Green+Blue) = 204+204+240=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF0 is #33330F. Grayscale: #CFCFCF. Windows color (decimal): -3355408 or 15781068. OLE color: 15781068.

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

Color convert

RGB204204240-
CMYK0.150.1500.06
HSL240º54.55%87.06%-
HSV(B)240º15%94.12%-
XYZ62.2262.3191.19-
YUV208.1146125.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=31.48%
G=31.48%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042042400.150.1500.0624054.5587.06
HexCCCCF0FF06f03757
Octal31431436017170636067127
Binary110011001100110011110000111111110110111100001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCF0; }

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

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

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

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

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

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

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

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