#D5CAFC

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

Shades of Lavender Blue #D5CAFC

Tints of Lavender Blue #D5CAFC

Color information

#D5CAFC (or 0xD5CAFC) is unknown color: approx Lavender Blue. HEX triplet: D5, CA and FC. RGB value is (213,202,252). Sum of RGB (Red+Green+Blue) = 213+202+252=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFC is #2A3503. Grayscale: #D2D2D2. Windows color (decimal): -2766084 or 16566997. OLE color: 16566997.

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

Color convert

RGB213202252-
CMYK0.150.2000.01
HSL253.2º89.29%89.02%-
HSV(B)253.2º19.84%98.82%-
XYZ66.1363.42100.85-
YUV210.99151.14129.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=31.93%
G=30.28%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132022520.150.2000.01253.289.2989.02
HexD5CAFCF1401fd5959
Octal325312374172401375131131
Binary110101011100101011111100111110100011111110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CAFC; }

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

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

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

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

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

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

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

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