#D8CBFF

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

Shades of Lavender Blue #D8CBFF

Tints of Lavender Blue #D8CBFF

Color information

#D8CBFF (or 0xD8CBFF) is unknown color: approx Lavender Blue. HEX triplet: D8, CB and FF. RGB value is (216,203,255). Sum of RGB (Red+Green+Blue) = 216+203+255=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CBFF is #273400. Grayscale: #D4D4D4. Windows color (decimal): -2569217 or 16763864. OLE color: 16763864.

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

Color convert

RGB216203255-
CMYK0.150.2000
HSL255º100%89.8%-
HSV(B)255º20.39%100%-
XYZ67.7264.53103.49-
YUV212.82151.81130.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 255 (100% from 255) = 37.83%
R=32.05%
G=30.12%
B=37.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162032550.150.200025510089.8
HexD8CBFFF1400ff645a
Octal330313377172400377144132
Binary110110001100101111111111111110100001111111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CBFF; }

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

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

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

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

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

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

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

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