#C8D4FE

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

Shades of Lavender Blue #C8D4FE

Tints of Lavender Blue #C8D4FE

Color information

#C8D4FE (or 0xC8D4FE) is unknown color: approx Lavender Blue. HEX triplet: C8, D4 and FE. RGB value is (200,212,254). Sum of RGB (Red+Green+Blue) = 200+212+254=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8D4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D4FE is #372B01. Grayscale: #D5D5D5. Windows color (decimal): -3615490 or 16700616. OLE color: 16700616.

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

Color convert

RGB200212254-
CMYK0.210.1700.00
HSL226.67º96.43%89.02%-
HSV(B)226.67º21.26%99.61%-
XYZ65.2566.52103.17-
YUV213.2151.02118.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=30.03%
G=31.83%
B=38.14%

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
Decimal2002122540.210.1700.00226.6796.4389.02
HexC8D4FE151100e36059
Octal310324376252100343140131
Binary1100100011010100111111101010110001001110001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D4FE; }

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

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

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

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

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

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

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

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