#C7CBFF

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

Shades of Lavender Blue #C7CBFF

Tints of Lavender Blue #C7CBFF

Color information

#C7CBFF (or 0xC7CBFF) is unknown color: approx Lavender Blue. HEX triplet: C7, CB and FF. RGB value is (199,203,255). Sum of RGB (Red+Green+Blue) = 199+203+255=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CBFF is #383400. Grayscale: #CFCFCF. Windows color (decimal): -3683329 or 16763847. OLE color: 16763847.

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

Color convert

RGB199203255-
CMYK0.220.2000
HSL235.71º100%89.02%-
HSV(B)235.71º21.96%100%-
XYZ62.9662.07103.27-
YUV207.73154.67121.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.29%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 255 (100% from 255) = 38.81%
R=30.29%
G=30.90%
B=38.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992032550.220.2000235.7110089.02
HexC7CBFF161400ec6459
Octal307313377262400354144131
Binary1100011111001011111111111011010100001110110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBFF; }

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

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

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

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

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

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

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

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