#CCCCF5

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

Shades of Lavender Blue #CCCCF5

Tints of Lavender Blue #CCCCF5

Color information

#CCCCF5 (or 0xCCCCF5) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and F5. RGB value is (204,204,245). Sum of RGB (Red+Green+Blue) = 204+204+245=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF5 is #33330A. Grayscale: #D0D0D0. Windows color (decimal): -3355403 or 16108748. OLE color: 16108748.

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

Color convert

RGB204204245-
CMYK0.170.1700.04
HSL240º67.21%88.04%-
HSV(B)240º16.73%96.08%-
XYZ62.9862.6295.15-
YUV208.67148.5124.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=31.24%
G=31.24%
B=37.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042042450.170.1700.0424067.2188.04
HexCCCCF5111104f04358
Octal314314365212104360103130
Binary110011001100110011110101100011000101001111000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCF5; }

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

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

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

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

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

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

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

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