#C7CFFB

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

Shades of Lavender Blue #C7CFFB

Tints of Lavender Blue #C7CFFB

Color information

#C7CFFB (or 0xC7CFFB) is unknown color: approx Lavender Blue. HEX triplet: C7, CF and FB. RGB value is (199,207,251). Sum of RGB (Red+Green+Blue) = 199+207+251=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFB is #383004. Grayscale: #D1D1D1. Windows color (decimal): -3682309 or 16502727. OLE color: 16502727.

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

Color convert

RGB199207251-
CMYK0.210.1800.02
HSL230.77º86.67%88.24%-
HSV(B)230.77º20.72%98.43%-
XYZ63.2863.73100.23-
YUV209.62151.35120.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.29%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=30.29%
G=31.51%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992072510.210.1800.02230.7786.6788.24
HexC7CFFB151202e75758
Octal307317373252202347127130
Binary11000111110011111111101110101100100101110011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFFB; }

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

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

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

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

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

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

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

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