#C5CAFC

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

Shades of Lavender Blue #C5CAFC

Tints of Lavender Blue #C5CAFC

Color information

#C5CAFC (or 0xC5CAFC) is unknown color: approx Lavender Blue. HEX triplet: C5, CA and FC. RGB value is (197,202,252). Sum of RGB (Red+Green+Blue) = 197+202+252=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAFC is #3A3503. Grayscale: #CDCDCD. Windows color (decimal): -3814660 or 16566981. OLE color: 16566981.

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

Color convert

RGB197202252-
CMYK0.220.2000.01
HSL234.55º90.16%88.04%-
HSV(B)234.55º21.83%98.82%-
XYZ61.7261.14100.64-
YUV206.2153.84121.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.26%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=30.26%
G=31.03%
B=38.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972022520.220.2000.01234.5590.1688.04
HexC5CAFC161401eb5a58
Octal305312374262401353132130
Binary1100010111001010111111001011010100011110101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAFC; }

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

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

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

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

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

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

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

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