#D5CDFA

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

Shades of Lavender Blue #D5CDFA

Tints of Lavender Blue #D5CDFA

Color information

#D5CDFA (or 0xD5CDFA) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and FA. RGB value is (213,205,250). Sum of RGB (Red+Green+Blue) = 213+205+250=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFA is #2A3205. Grayscale: #D4D4D4. Windows color (decimal): -2765318 or 16436693. OLE color: 16436693.

HSL color Cylindrical-coordinate representation of color #D5CDFA: hue angle of 250.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CDFA is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213205250-
CMYK0.150.1800.02
HSL250.67º81.82%89.22%-
HSV(B)250.67º18%98.04%-
XYZ66.5364.7199.43-
YUV212.52149.15128.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=31.89%
G=30.69%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132052500.150.1800.02250.6781.8289.22
HexD5CDFAF1202fb5259
Octal325315372172202373122131
Binary1101010111001101111110101111100100101111101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDFA; }

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

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

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

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

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

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

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

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