#C9CBFD

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

Shades of Lavender Blue #C9CBFD

Tints of Lavender Blue #C9CBFD

Color information

#C9CBFD (or 0xC9CBFD) is unknown color: approx Lavender Blue. HEX triplet: C9, CB and FD. RGB value is (201,203,253). Sum of RGB (Red+Green+Blue) = 201+203+253=657 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.59% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CBFD is #363402. Grayscale: #CFCFCF. Windows color (decimal): -3552259 or 16632777. OLE color: 16632777.

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

Color convert

RGB201203253-
CMYK0.210.2000.01
HSL237.69º92.86%89.02%-
HSV(B)237.69º20.55%99.22%-
XYZ63.1762.22101.61-
YUV208.1153.34122.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.59%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=30.59%
G=30.90%
B=38.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012032530.210.2000.01237.6992.8689.02
HexC9CBFD151401ee5d59
Octal311313375252401356135131
Binary1100100111001011111111011010110100011110111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CBFD; }

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

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

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

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

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

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

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

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