#c7caff

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

Shades of Lavender Blue #C7CAFF

Tints of Lavender Blue #C7CAFF

Color information

#C7CAFF (or 0xC7CAFF) is unknown color: approx Lavender Blue. HEX triplet: C7, CA and FF. RGB value is (199,202,255). Sum of RGB (Red+Green+Blue) = 199+202+255=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAFF is #383500. Grayscale: #CECECE. Windows color (decimal): -3683585 or 16763591. OLE color: 16763591.

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

Color convert

RGB199202255-
CMYK0.220.2100
HSL236.79º100%89.02%-
HSV(B)236.79º21.96%100%-
XYZ62.7261.6103.19-
YUV207.14155.01122.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.34%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 255 (100% from 255) = 38.87%
R=30.34%
G=30.79%
B=38.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992022550.220.2100236.7910089.02
HexC7CAFF161500ed6459
Octal307312377262500355144131
Binary1100011111001010111111111011010101001110110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7caff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7caff; }

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

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

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

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

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

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

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

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