#CCC9FA

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

Shades of Lavender Blue #CCC9FA

Tints of Lavender Blue #CCC9FA

Color information

#CCC9FA (or 0xCCC9FA) is unknown color: approx Lavender Blue. HEX triplet: CC, C9 and FA. RGB value is (204,201,250). Sum of RGB (Red+Green+Blue) = 204+201+250=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9FA is #333605. Grayscale: #CFCFCF. Windows color (decimal): -3356166 or 16435660. OLE color: 16435660.

HSL color Cylindrical-coordinate representation of color #CCC9FA: hue angle of 243.67º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC9FA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204201250-
CMYK0.180.2000.02
HSL243.67º83.05%88.43%-
HSV(B)243.67º19.6%98.04%-
XYZ63.0461.5198.99-
YUV207.48151.99125.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 201 (78.91% from 255) = 30.69%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=31.15%
G=30.69%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042012500.180.2000.02243.6783.0588.43
HexCCC9FA121402f45358
Octal314311372222402364123130
Binary11001100110010011111101010010101000101111010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9FA; }

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

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

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

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

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

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

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

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