#CCC9FC

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

Shades of Lavender Blue #CCC9FC

Tints of Lavender Blue #CCC9FC

Color information

#CCC9FC (or 0xCCC9FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C9 and FC. RGB value is (204,201,252). Sum of RGB (Red+Green+Blue) = 204+201+252=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FC is #333603. Grayscale: #CFCFCF. Windows color (decimal): -3356164 or 16566732. OLE color: 16566732.

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

Color convert

RGB204201252-
CMYK0.190.2000.01
HSL243.53º89.47%88.82%-
HSV(B)243.53º20.24%98.82%-
XYZ63.3661.64100.65-
YUV207.71152.99125.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=31.05%
G=30.59%
B=38.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042012520.190.2000.01243.5389.4788.82
HexCCC9FC131401f45959
Octal314311374232401364131131
Binary1100110011001001111111001001110100011111010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9FC; }

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

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

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

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

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

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

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

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