#CCC1FB

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

Shades of Lavender Blue #CCC1FB

Tints of Lavender Blue #CCC1FB

Color information

#CCC1FB (or 0xCCC1FB) is unknown color: approx Lavender Blue. HEX triplet: CC, C1 and FB. RGB value is (204,193,251). Sum of RGB (Red+Green+Blue) = 204+193+251=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FB is #333E04. Grayscale: #CACACA. Windows color (decimal): -3358213 or 16499148. OLE color: 16499148.

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

Color convert

RGB204193251-
CMYK0.190.2300.02
HSL251.38º87.88%87.06%-
HSV(B)251.38º23.11%98.43%-
XYZ61.3857.9499.22-
YUV202.9155.14128.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 193 (75.78% from 255) = 29.78%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=31.48%
G=29.78%
B=38.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041932510.190.2300.02251.3887.8887.06
HexCCC1FB131702fb5857
Octal314301373232702373130127
Binary11001100110000011111101110011101110101111101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1FB; }

 p { color: rgb(204,193,251); }

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

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

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

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

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

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

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