#C8D3FF

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

Shades of Lavender Blue #C8D3FF

Tints of Lavender Blue #C8D3FF

Color information

#C8D3FF (or 0xC8D3FF) is unknown color: approx Lavender Blue. HEX triplet: C8, D3 and FF. RGB value is (200,211,255). Sum of RGB (Red+Green+Blue) = 200+211+255=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D3FF is #372C00. Grayscale: #D4D4D4. Windows color (decimal): -3615745 or 16765896. OLE color: 16765896.

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

Color convert

RGB200211255-
CMYK0.220.1700
HSL228º100%89.22%-
HSV(B)228º21.57%100%-
XYZ65.1666.09103.93-
YUV212.73151.86118.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 255 (100% from 255) = 38.29%
R=30.03%
G=31.68%
B=38.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002112550.220.170022810089.22
HexC8D3FF161100e46459
Octal310323377262100344144131
Binary1100100011010011111111111011010001001110010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D3FF; }

 p { color: rgb(200,211,255); }

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

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

 a { background-color: rgb(200,211,255); }

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

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

 span { border-color: rgb(200,211,255); }

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