#C4CAFD

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

Shades of Lavender Blue #C4CAFD

Tints of Lavender Blue #C4CAFD

Color information

#C4CAFD (or 0xC4CAFD) is unknown color: approx Lavender Blue. HEX triplet: C4, CA and FD. RGB value is (196,202,253). Sum of RGB (Red+Green+Blue) = 196+202+253=651 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.11% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFD is #3B3502. Grayscale: #CDCDCD. Windows color (decimal): -3880195 or 16632516. OLE color: 16632516.

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

Color convert

RGB196202253-
CMYK0.230.2000.01
HSL233.68º93.44%88.04%-
HSV(B)233.68º22.53%99.22%-
XYZ61.6261.07101.47-
YUV206.02154.51120.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.11%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=30.11%
G=31.03%
B=38.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962022530.230.2000.01233.6893.4488.04
HexC4CAFD171401ea5d58
Octal304312375272401352135130
Binary1100010011001010111111011011110100011110101010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAFD; }

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

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

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

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

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

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

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

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