#C7CBFA

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

Shades of Lavender Blue #C7CBFA

Tints of Lavender Blue #C7CBFA

Color information

#C7CBFA (or 0xC7CBFA) is unknown color: approx Lavender Blue. HEX triplet: C7, CB and FA. RGB value is (199,203,250). Sum of RGB (Red+Green+Blue) = 199+203+250=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CBFA is #383405. Grayscale: #CECECE. Windows color (decimal): -3683334 or 16436167. OLE color: 16436167.

HSL color Cylindrical-coordinate representation of color #C7CBFA: hue angle of 235.29º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7CBFA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199203250-
CMYK0.200.1900.02
HSL235.29º83.61%88.04%-
HSV(B)235.29º20.4%98.04%-
XYZ62.1661.7699.09-
YUV207.16152.17122.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.52%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=30.52%
G=31.13%
B=38.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992032500.200.1900.02235.2983.6188.04
HexC7CBFA141302eb5458
Octal307313372242302353124130
Binary11000111110010111111101010100100110101110101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBFA; }

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

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

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

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

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

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

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

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