#C5CAFD

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

Shades of Lavender Blue #C5CAFD

Tints of Lavender Blue #C5CAFD

Color information

#C5CAFD (or 0xC5CAFD) is unknown color: approx Lavender Blue. HEX triplet: C5, CA and FD. RGB value is (197,202,253). Sum of RGB (Red+Green+Blue) = 197+202+253=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAFD is #3A3502. Grayscale: #CECECE. Windows color (decimal): -3814659 or 16632517. OLE color: 16632517.

HSL color Cylindrical-coordinate representation of color #C5CAFD: hue angle of 234.64º degrees, saturation: 0.93, 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 #C5CAFD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197202253-
CMYK0.220.2000.01
HSL234.64º93.33%88.24%-
HSV(B)234.64º22.13%99.22%-
XYZ61.8861.2101.48-
YUV206.32154.34121.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.21%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=30.21%
G=30.98%
B=38.80%

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
Decimal1972022530.220.2000.01234.6493.3388.24
HexC5CAFD161401eb5d58
Octal305312375262401353135130
Binary1100010111001010111111011011010100011110101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAFD; }

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

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

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

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

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

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

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

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