#CCC1FE

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

Shades of Lavender Blue #CCC1FE

Tints of Lavender Blue #CCC1FE

Color information

#CCC1FE (or 0xCCC1FE) is unknown color: approx Lavender Blue. HEX triplet: CC, C1 and FE. RGB value is (204,193,254). Sum of RGB (Red+Green+Blue) = 204+193+254=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC1FE is #333E01. Grayscale: #CBCBCB. Windows color (decimal): -3358210 or 16695756. OLE color: 16695756.

HSL color Cylindrical-coordinate representation of color #CCC1FE: hue angle of 250.82º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC1FE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204193254-
CMYK0.200.2400.00
HSL250.82º96.83%87.65%-
HSV(B)250.82º24.02%99.61%-
XYZ61.8658.13101.73-
YUV203.24156.64128.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=31.34%
G=29.65%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041932540.200.2400.00250.8296.8387.65
HexCCC1FE141800fb6158
Octal314301376243000373141130
Binary1100110011000001111111101010011000001111101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1FE; }

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

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

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

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

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

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

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

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