#C8D1FE

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

Shades of Lavender Blue #C8D1FE

Tints of Lavender Blue #C8D1FE

Color information

#C8D1FE (or 0xC8D1FE) is unknown color: approx Lavender Blue. HEX triplet: C8, D1 and FE. RGB value is (200,209,254). Sum of RGB (Red+Green+Blue) = 200+209+254=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D1FE is #372E01. Grayscale: #D3D3D3. Windows color (decimal): -3616258 or 16699848. OLE color: 16699848.

HSL color Cylindrical-coordinate representation of color #C8D1FE: hue angle of 230º 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 #C8D1FE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200209254-
CMYK0.210.1800.00
HSL230º96.43%89.02%-
HSV(B)230º21.26%99.61%-
XYZ64.5165.04102.92-
YUV211.44152.02119.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.17%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=30.17%
G=31.52%
B=38.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002092540.210.1800.0023096.4389.02
HexC8D1FE151200e66059
Octal310321376252200346140131
Binary1100100011010001111111101010110010001110011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1FE; }

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

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

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

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

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

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

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

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