#CCCCF2

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

Shades of Lavender Blue #CCCCF2

Tints of Lavender Blue #CCCCF2

Color information

#CCCCF2 (or 0xCCCCF2) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and F2. RGB value is (204,204,242). Sum of RGB (Red+Green+Blue) = 204+204+242=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF2 is #33330D. Grayscale: #D0D0D0. Windows color (decimal): -3355406 or 15912140. OLE color: 15912140.

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

Color convert

RGB204204242-
CMYK0.160.1600.05
HSL240º59.38%87.45%-
HSV(B)240º15.7%94.9%-
XYZ62.5262.4392.76-
YUV208.33147124.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=31.38%
G=31.38%
B=37.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042042420.160.1600.0524059.3887.45
HexCCCCF2101005f03b57
Octal31431436220200536073127
Binary11001100110011001111001010000100000101111100001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCF2; }

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

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

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

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

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

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

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

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