#C9CAFA

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

Shades of Lavender Blue #C9CAFA

Tints of Lavender Blue #C9CAFA

Color information

#C9CAFA (or 0xC9CAFA) is unknown color: approx Lavender Blue. HEX triplet: C9, CA and FA. RGB value is (201,202,250). Sum of RGB (Red+Green+Blue) = 201+202+250=653 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.78% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CAFA is #363505. Grayscale: #CECECE. Windows color (decimal): -3552518 or 16435913. OLE color: 16435913.

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

Color convert

RGB201202250-
CMYK0.200.1900.02
HSL238.78º83.05%88.43%-
HSV(B)238.78º19.6%98.04%-
XYZ62.4661.5699.03-
YUV207.17152.17123.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.78%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=30.78%
G=30.93%
B=38.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012022500.200.1900.02238.7883.0588.43
HexC9CAFA141302ef5358
Octal311312372242302357123130
Binary11001001110010101111101010100100110101110111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CAFA; }

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

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

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

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

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

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

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

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