#D9CBFF

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

Shades of Lavender Blue #D9CBFF

Tints of Lavender Blue #D9CBFF

Color information

#D9CBFF (or 0xD9CBFF) is unknown color: approx Lavender Blue. HEX triplet: D9, CB and FF. RGB value is (217,203,255). Sum of RGB (Red+Green+Blue) = 217+203+255=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 203 (79.69% from 255 or 30.07% 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 #D9CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CBFF is #263400. Grayscale: #D4D4D4. Windows color (decimal): -2503681 or 16763865. OLE color: 16763865.

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

Color convert

RGB217203255-
CMYK0.150.2000
HSL256.15º100%89.8%-
HSV(B)256.15º20.39%100%-
XYZ68.0264.68103.51-
YUV213.11151.64130.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 255 (100% from 255) = 37.78%
R=32.15%
G=30.07%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172032550.150.2000256.1510089.8
HexD9CBFFF1400100645a
Octal331313377172400400144132
Binary1101100111001011111111111111101000010000000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBFF; }

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

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

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

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

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

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

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

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