#C9CFFD

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

Shades of Lavender Blue #C9CFFD

Tints of Lavender Blue #C9CFFD

Color information

#C9CFFD (or 0xC9CFFD) is unknown color: approx Lavender Blue. HEX triplet: C9, CF and FD. RGB value is (201,207,253). Sum of RGB (Red+Green+Blue) = 201+207+253=661 (87% of max value = 765). Red value is 201 (78.91% from 255 or 30.41% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFFD is #363002. Grayscale: #D2D2D2. Windows color (decimal): -3551235 or 16633801. OLE color: 16633801.

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

Color convert

RGB201207253-
CMYK0.210.1800.01
HSL233.08º92.86%89.02%-
HSV(B)233.08º20.55%99.22%-
XYZ64.1364.14101.93-
YUV210.45152.01121.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.41%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=30.41%
G=31.32%
B=38.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012072530.210.1800.01233.0892.8689.02
HexC9CFFD151201e95d59
Octal311317375252201351135131
Binary1100100111001111111111011010110010011110100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CFFD; }

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

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

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

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

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

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

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

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