#D7CDFF

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

Shades of Lavender Blue #D7CDFF

Tints of Lavender Blue #D7CDFF

Color information

#D7CDFF (or 0xD7CDFF) is unknown color: approx Lavender Blue. HEX triplet: D7, CD and FF. RGB value is (215,205,255). Sum of RGB (Red+Green+Blue) = 215+205+255=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 205 (80.47% from 255 or 30.37% 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 #D7CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDFF is #283200. Grayscale: #D5D5D5. Windows color (decimal): -2634241 or 16764375. OLE color: 16764375.

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

Color convert

RGB215205255-
CMYK0.160.2000
HSL252º100%90.2%-
HSV(B)252º19.61%100%-
XYZ67.9165.33103.64-
YUV213.69151.31128.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 255 (100% from 255) = 37.78%
R=31.85%
G=30.37%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152052550.160.200025210090.2
HexD7CDFF101400fc645a
Octal327315377202400374144132
Binary1101011111001101111111111000010100001111110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDFF; }

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

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

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

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

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

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

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

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