#C9CFFB

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

Shades of Lavender Blue #C9CFFB

Tints of Lavender Blue #C9CFFB

Color information

#C9CFFB (or 0xC9CFFB) is unknown color: approx Lavender Blue. HEX triplet: C9, CF and FB. RGB value is (201,207,251). Sum of RGB (Red+Green+Blue) = 201+207+251=659 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.50% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFB is #363004. Grayscale: #D2D2D2. Windows color (decimal): -3551237 or 16502729. OLE color: 16502729.

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

Color convert

RGB201207251-
CMYK0.200.1800.02
HSL232.8º86.21%88.63%-
HSV(B)232.8º19.92%98.43%-
XYZ63.8164.01100.26-
YUV210.22151.01121.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.50%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 251 (98.44% from 255) = 38.09%
R=30.50%
G=31.41%
B=38.09%

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
Decimal2012072510.200.1800.02232.886.2188.63
HexC9CFFB141202e95659
Octal311317373242202351126131
Binary11001001110011111111101110100100100101110100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFFB; }

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

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

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

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

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

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

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

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