#C9CCFA

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

Shades of Lavender Blue #C9CCFA

Tints of Lavender Blue #C9CCFA

Color information

#C9CCFA (or 0xC9CCFA) is unknown color: approx Lavender Blue. HEX triplet: C9, CC and FA. RGB value is (201,204,250). Sum of RGB (Red+Green+Blue) = 201+204+250=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 204 (80.08% from 255 or 31.15% 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 #C9CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CCFA is #363305. Grayscale: #D0D0D0. Windows color (decimal): -3552006 or 16436425. OLE color: 16436425.

HSL color Cylindrical-coordinate representation of color #C9CCFA: hue angle of 236.33º 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 #C9CCFA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201204250-
CMYK0.200.1800.02
HSL236.33º83.05%88.43%-
HSV(B)236.33º19.6%98.04%-
XYZ62.9462.5199.19-
YUV208.35151.51122.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012042500.200.1800.02236.3383.0588.43
HexC9CCFA141202ec5358
Octal311314372242202354123130
Binary11001001110011001111101010100100100101110110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CCFA; }

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

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

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

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

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

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

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

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