#C9CFFF

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

Shades of Lavender Blue #C9CFFF

Tints of Lavender Blue #C9CFFF

Color information

#C9CFFF (or 0xC9CFFF) is unknown color: approx Lavender Blue. HEX triplet: C9, CF and FF. RGB value is (201,207,255). Sum of RGB (Red+Green+Blue) = 201+207+255=663 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.32% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFF is #363000. Grayscale: #D2D2D2. Windows color (decimal): -3551233 or 16764873. OLE color: 16764873.

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

Color convert

RGB201207255-
CMYK0.210.1900
HSL233.33º100%89.41%-
HSV(B)233.33º21.18%100%-
XYZ64.4564.26103.61-
YUV210.68153.01121.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.32%
GREEN value IS 207 (81.25% from 255) = 31.22%
BLUE value IS 255 (100% from 255) = 38.46%
R=30.32%
G=31.22%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012072550.210.1900233.3310089.41
HexC9CFFF151300e96459
Octal311317377252300351144131
Binary1100100111001111111111111010110011001110100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFFF; }

 p { color: rgb(201,207,255); }

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

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

 a { background-color: rgb(201,207,255); }

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

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

 span { border-color: rgb(201,207,255); }

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