#D5CAFA

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

Shades of Lavender Blue #D5CAFA

Tints of Lavender Blue #D5CAFA

Color information

#D5CAFA (or 0xD5CAFA) is unknown color: approx Lavender Blue. HEX triplet: D5, CA and FA. RGB value is (213,202,250). Sum of RGB (Red+Green+Blue) = 213+202+250=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFA is #2A3505. Grayscale: #D2D2D2. Windows color (decimal): -2766086 or 16435925. OLE color: 16435925.

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

Color convert

RGB213202250-
CMYK0.150.1900.02
HSL253.75º82.76%88.63%-
HSV(B)253.75º19.2%98.04%-
XYZ65.8263.2999.19-
YUV210.76150.14129.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=32.03%
G=30.38%
B=37.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132022500.150.1900.02253.7582.7688.63
HexD5CAFAF1302fe5359
Octal325312372172302376123131
Binary1101010111001010111110101111100110101111111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAFA; }

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

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

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

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

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

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

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

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