#C9CAFC

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

Shades of Lavender Blue #C9CAFC

Tints of Lavender Blue #C9CAFC

Color information

#C9CAFC (or 0xC9CAFC) is unknown color: approx Lavender Blue. HEX triplet: C9, CA and FC. RGB value is (201,202,252). Sum of RGB (Red+Green+Blue) = 201+202+252=655 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.69% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAFC is #363503. Grayscale: #CFCFCF. Windows color (decimal): -3552516 or 16566985. OLE color: 16566985.

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

Color convert

RGB201202252-
CMYK0.200.2000.01
HSL238.82º89.47%88.82%-
HSV(B)238.82º20.24%98.82%-
XYZ62.7861.69100.69-
YUV207.4153.17123.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.69%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=30.69%
G=30.84%
B=38.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012022520.200.2000.01238.8289.4788.82
HexC9CAFC141401ef5959
Octal311312374242401357131131
Binary1100100111001010111111001010010100011110111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAFC; }

 p { color: rgb(201,202,252); }

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

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

 a { background-color: rgb(201,202,252); }

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

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

 span { border-color: rgb(201,202,252); }

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