#CCCCF1

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

Shades of Lavender Blue #CCCCF1

Tints of Lavender Blue #CCCCF1

Color information

#CCCCF1 (or 0xCCCCF1) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and F1. RGB value is (204,204,241). Sum of RGB (Red+Green+Blue) = 204+204+241=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF1 is #33330E. Grayscale: #D0D0D0. Windows color (decimal): -3355407 or 15846604. OLE color: 15846604.

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

Color convert

RGB204204241-
CMYK0.150.1500.05
HSL240º56.92%87.25%-
HSV(B)240º15.35%94.51%-
XYZ62.3762.3791.97-
YUV208.22146.5124.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=31.43%
G=31.43%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042042410.150.1500.0524056.9287.25
HexCCCCF1FF05f03957
Octal31431436117170536071127
Binary110011001100110011110001111111110101111100001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCF1; }

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

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

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

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

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

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

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

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