#D8CCFF

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

Shades of Lavender Blue #D8CCFF

Tints of Lavender Blue #D8CCFF

Color information

#D8CCFF (or 0xD8CCFF) is unknown color: approx Lavender Blue. HEX triplet: D8, CC and FF. RGB value is (216,204,255). Sum of RGB (Red+Green+Blue) = 216+204+255=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFF is #273300. Grayscale: #D5D5D5. Windows color (decimal): -2568961 or 16764120. OLE color: 16764120.

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

Color convert

RGB216204255-
CMYK0.150.200
HSL254.12º100%90%-
HSV(B)254.12º20%100%-
XYZ67.9665103.57-
YUV213.4151.48129.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 255 (100% from 255) = 37.78%
R=32%
G=30.22%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162042550.150.200254.1210090
HexD8CCFFF1400fe645a
Octal330314377172400376144132
Binary110110001100110011111111111110100001111111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCFF; }

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

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

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

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

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

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

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

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