#C9CBFE

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

Shades of Lavender Blue #C9CBFE

Tints of Lavender Blue #C9CBFE

Color information

#C9CBFE (or 0xC9CBFE) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and FE. RGB value is (201,203,254). Sum of RGB (Red+Green+Blue) = 201+203+254=658 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.55% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBFE is #363401. Grayscale: #D0D0D0. Windows color (decimal): -3552258 or 16698313. OLE color: 16698313.

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

Color convert

RGB201203254-
CMYK0.210.2000.00
HSL237.74º96.36%89.22%-
HSV(B)237.74º20.87%99.61%-
XYZ63.3362.29102.45-
YUV208.22153.84122.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.55%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=30.55%
G=30.85%
B=38.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012032540.210.2000.00237.7496.3689.22
HexC9CBFE151400ee6059
Octal311313376252400356140131
Binary1100100111001011111111101010110100001110111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBFE; }

 p { color: rgb(201,203,254); }

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

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

 a { background-color: rgb(201,203,254); }

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

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

 span { border-color: rgb(201,203,254); }

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