#C7D1FD

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

Shades of Lavender Blue #C7D1FD

Tints of Lavender Blue #C7D1FD

Color information

#C7D1FD (or 0xC7D1FD) is unknown color: approx Lavender Blue. HEX triplet: C7, D1 and FD. RGB value is (199,209,253). Sum of RGB (Red+Green+Blue) = 199+209+253=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7D1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D1FD is #382E02. Grayscale: #D2D2D2. Windows color (decimal): -3681795 or 16634311. OLE color: 16634311.

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

Color convert

RGB199209253-
CMYK0.210.1700.01
HSL228.89º93.1%88.63%-
HSV(B)228.89º21.34%99.22%-
XYZ64.0864.83102.07-
YUV211.03151.69119.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=30.11%
G=31.62%
B=38.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992092530.210.1700.01228.8993.188.63
HexC7D1FD151101e55d59
Octal307321375252101345135131
Binary1100011111010001111111011010110001011110010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D1FD; }

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

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

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

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

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

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

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

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