#D5CAFB

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

Shades of Lavender Blue #D5CAFB

Tints of Lavender Blue #D5CAFB

Color information

#D5CAFB (or 0xD5CAFB) is unknown color: approx Lavender Blue. HEX triplet: D5, CA and FB. RGB value is (213,202,251). Sum of RGB (Red+Green+Blue) = 213+202+251=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFB is #2A3504. Grayscale: #D2D2D2. Windows color (decimal): -2766085 or 16501461. OLE color: 16501461.

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

Color convert

RGB213202251-
CMYK0.150.2000.02
HSL253.47º85.96%88.82%-
HSV(B)253.47º19.52%98.43%-
XYZ65.9763.35100.02-
YUV210.88150.64129.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.98%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=31.98%
G=30.33%
B=37.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132022510.150.2000.02253.4785.9688.82
HexD5CAFBF1402fd5659
Octal325312373172402375126131
Binary1101010111001010111110111111101000101111110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAFB; }

 p { color: rgb(213,202,251); }

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

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

 a { background-color: rgb(213,202,251); }

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

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

 span { border-color: rgb(213,202,251); }

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