#C7CFFF

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

Shades of Lavender Blue #C7CFFF

Tints of Lavender Blue #C7CFFF

Color information

#C7CFFF (or 0xC7CFFF) is unknown color: approx Lavender Blue. HEX triplet: C7, CF and FF. RGB value is (199,207,255). Sum of RGB (Red+Green+Blue) = 199+207+255=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFF is #383000. Grayscale: #D1D1D1. Windows color (decimal): -3682305 or 16764871. OLE color: 16764871.

HSL color Cylindrical-coordinate representation of color #C7CFFF: hue angle of 231.43º 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 #C7CFFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199207255-
CMYK0.220.1900
HSL231.43º100%89.02%-
HSV(B)231.43º21.96%100%-
XYZ63.9263.99103.59-
YUV210.08153.35120.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 255 (100% from 255) = 38.58%
R=30.11%
G=31.32%
B=38.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992072550.220.1900231.4310089.02
HexC7CFFF161300e76459
Octal307317377262300347144131
Binary1100011111001111111111111011010011001110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFFF; }

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

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

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

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

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

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

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

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