#C7BDFD

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

Shades of Lavender Blue #C7BDFD

Tints of Lavender Blue #C7BDFD

Color information

#C7BDFD (or 0xC7BDFD) is unknown color: approx Lavender Blue. HEX triplet: C7, BD and FD. RGB value is (199,189,253). Sum of RGB (Red+Green+Blue) = 199+189+253=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDFD is #384202. Grayscale: #C7C7C7. Windows color (decimal): -3686915 or 16629191. OLE color: 16629191.

HSL color Cylindrical-coordinate representation of color #C7BDFD: hue angle of 249.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7BDFD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199189253-
CMYK0.210.2500.01
HSL249.38º94.12%86.67%-
HSV(B)249.38º25.3%99.22%-
XYZ59.4855.63100.53-
YUV199.29158.31127.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=31.05%
G=29.49%
B=39.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991892530.210.2500.01249.3894.1286.67
HexC7BDFD151901f95e57
Octal307275375253101371136127
Binary1100011110111101111111011010111001011111100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDFD; }

 p { color: rgb(199,189,253); }

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

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

 a { background-color: rgb(199,189,253); }

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

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

 span { border-color: rgb(199,189,253); }

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