#C4CAF8

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

Shades of Lavender Blue #C4CAF8

Tints of Lavender Blue #C4CAF8

Color information

#C4CAF8 (or 0xC4CAF8) is unknown color: approx Lavender Blue. HEX triplet: C4, CA and F8. RGB value is (196,202,248). Sum of RGB (Red+Green+Blue) = 196+202+248=646 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.34% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4CAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAF8 is #3B3507. Grayscale: #CDCDCD. Windows color (decimal): -3880200 or 16304836. OLE color: 16304836.

HSL color Cylindrical-coordinate representation of color #C4CAF8: hue angle of 233.08º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CAF8 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196202248-
CMYK0.210.1900.03
HSL233.08º78.79%87.06%-
HSV(B)233.08º20.97%97.25%-
XYZ60.8360.7597.33-
YUV205.45152.01121.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.34%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 248 (97.27% from 255) = 38.39%
R=30.34%
G=31.27%
B=38.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1962022480.210.1900.03233.0878.7987.06
HexC4CAF8151303e94f57
Octal304312370252303351117127
Binary11000100110010101111100010101100110111110100110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAF8; }

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

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

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

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

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

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

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

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