#C4CAFF

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

Shades of Lavender Blue #C4CAFF

Tints of Lavender Blue #C4CAFF

Color information

#C4CAFF (or 0xC4CAFF) is unknown color: approx Lavender Blue. HEX triplet: C4, CA and FF. RGB value is (196,202,255). Sum of RGB (Red+Green+Blue) = 196+202+255=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFF is #3B3500. Grayscale: #CECECE. Windows color (decimal): -3880193 or 16763588. OLE color: 16763588.

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

Color convert

RGB196202255-
CMYK0.230.2100
HSL233.9º100%88.43%-
HSV(B)233.9º23.14%100%-
XYZ61.9461.2103.16-
YUV206.25155.51120.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 255 (100% from 255) = 39.05%
R=30.02%
G=30.93%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962022550.230.2100233.910088.43
HexC4CAFF171500ea6458
Octal304312377272500352144130
Binary1100010011001010111111111011110101001110101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CAFF; }

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

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

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

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

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

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

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

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