#CCC2FC

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

Shades of Lavender Blue #CCC2FC

Tints of Lavender Blue #CCC2FC

Color information

#CCC2FC (or 0xCCC2FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C2 and FC. RGB value is (204,194,252). Sum of RGB (Red+Green+Blue) = 204+194+252=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2FC is #333D03. Grayscale: #CBCBCB. Windows color (decimal): -3357956 or 16564940. OLE color: 16564940.

HSL color Cylindrical-coordinate representation of color #CCC2FC: hue angle of 250.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC2FC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204194252-
CMYK0.190.2300.01
HSL250.34º90.62%87.45%-
HSV(B)250.34º23.02%98.82%-
XYZ61.7658.45100.12-
YUV203.6155.31128.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=31.38%
G=29.85%
B=38.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041942520.190.2300.01250.3490.6287.45
HexCCC2FC131701fa5b57
Octal314302374232701372133127
Binary1100110011000010111111001001110111011111101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2FC; }

 p { color: rgb(204,194,252); }

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

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

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

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

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

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

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