#D5CDFD

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

Shades of Lavender Blue #D5CDFD

Tints of Lavender Blue #D5CDFD

Color information

#D5CDFD (or 0xD5CDFD) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and FD. RGB value is (213,205,253). Sum of RGB (Red+Green+Blue) = 213+205+253=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFD is #2A3202. Grayscale: #D4D4D4. Windows color (decimal): -2765315 or 16633301. OLE color: 16633301.

HSL color Cylindrical-coordinate representation of color #D5CDFD: hue angle of 250º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CDFD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213205253-
CMYK0.160.1900.01
HSL250º92.31%89.8%-
HSV(B)250º18.97%99.22%-
XYZ6764.9101.92-
YUV212.86150.65128.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=31.74%
G=30.55%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132052530.160.1900.0125092.3189.8
HexD5CDFD101301fa5c5a
Octal325315375202301372134132
Binary1101010111001101111111011000010011011111101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDFD; }

 p { color: rgb(213,205,253); }

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

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

 a { background-color: rgb(213,205,253); }

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

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

 span { border-color: rgb(213,205,253); }

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