#D5CFFB

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

Shades of Lavender Blue #D5CFFB

Tints of Lavender Blue #D5CFFB

Color information

#D5CFFB (or 0xD5CFFB) is unknown color: approx Lavender Blue. HEX triplet: D5, CF and FB. RGB value is (213,207,251). Sum of RGB (Red+Green+Blue) = 213+207+251=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFFB is #2A3004. Grayscale: #D5D5D5. Windows color (decimal): -2764805 or 16502741. OLE color: 16502741.

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

Color convert

RGB213207251-
CMYK0.150.1800.02
HSL248.18º84.62%89.8%-
HSV(B)248.18º17.53%98.43%-
XYZ67.1765.74100.42-
YUV213.81148.99127.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=31.74%
G=30.85%
B=37.41%

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
Decimal2132072510.150.1800.02248.1884.6289.8
HexD5CFFBF1202f8555a
Octal325317373172202370125132
Binary1101010111001111111110111111100100101111100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFFB; }

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

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

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

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

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

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

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

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