#C7CCFF

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

Shades of Lavender Blue #C7CCFF

Tints of Lavender Blue #C7CCFF

Color information

#C7CCFF (or 0xC7CCFF) is unknown color: approx Lavender Blue. HEX triplet: C7, CC and FF. RGB value is (199,204,255). Sum of RGB (Red+Green+Blue) = 199+204+255=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CCFF is #383300. Grayscale: #D0D0D0. Windows color (decimal): -3683073 or 16764103. OLE color: 16764103.

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

Color convert

RGB199204255-
CMYK0.220.200
HSL234.64º100%89.02%-
HSV(B)234.64º21.96%100%-
XYZ63.262.55103.35-
YUV208.32154.34121.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.24%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 255 (100% from 255) = 38.75%
R=30.24%
G=31.00%
B=38.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992042550.220.200234.6410089.02
HexC7CCFF161400eb6459
Octal307314377262400353144131
Binary1100011111001100111111111011010100001110101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCFF; }

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

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

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

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

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

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

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

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