#D8CDFF

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

Shades of Lavender Blue #D8CDFF

Tints of Lavender Blue #D8CDFF

Color information

#D8CDFF (or 0xD8CDFF) is unknown color: approx Lavender Blue. HEX triplet: D8, CD and FF. RGB value is (216,205,255). Sum of RGB (Red+Green+Blue) = 216+205+255=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CDFF is #273200. Grayscale: #D5D5D5. Windows color (decimal): -2568705 or 16764376. OLE color: 16764376.

HSL color Cylindrical-coordinate representation of color #D8CDFF: hue angle of 253.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8CDFF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB216205255-
CMYK0.150.2000
HSL253.2º100%90.2%-
HSV(B)253.2º19.61%100%-
XYZ68.265.48103.65-
YUV213.99151.14129.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 255 (100% from 255) = 37.72%
R=31.95%
G=30.33%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162052550.150.2000253.210090.2
HexD8CDFFF1400fd645a
Octal330315377172400375144132
Binary110110001100110111111111111110100001111110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDFF; }

 p { color: rgb(216,205,255); }

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

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

 a { background-color: rgb(216,205,255); }

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

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

 span { border-color: rgb(216,205,255); }

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