#C8D3FE

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

Shades of Lavender Blue #C8D3FE

Tints of Lavender Blue #C8D3FE

Color information

#C8D3FE (or 0xC8D3FE) is unknown color: approx Lavender Blue. HEX triplet: C8, D3 and FE. RGB value is (200,211,254). Sum of RGB (Red+Green+Blue) = 200+211+254=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8D3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D3FE is #372C01. Grayscale: #D4D4D4. Windows color (decimal): -3615746 or 16700360. OLE color: 16700360.

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

Color convert

RGB200211254-
CMYK0.210.1700.00
HSL227.78º96.43%89.02%-
HSV(B)227.78º21.26%99.61%-
XYZ6566.02103.08-
YUV212.61151.36119-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.08%
GREEN value IS 211 (82.81% from 255) = 31.73%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=30.08%
G=31.73%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002112540.210.1700.00227.7896.4389.02
HexC8D3FE151100e46059
Octal310323376252100344140131
Binary1100100011010011111111101010110001001110010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D3FE; }

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

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

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

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

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

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

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

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