#D4CBFA

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

Shades of Lavender Blue #D4CBFA

Tints of Lavender Blue #D4CBFA

Color information

#D4CBFA (or 0xD4CBFA) is unknown color: approx Lavender Blue. HEX triplet: D4, CB and FA. RGB value is (212,203,250). Sum of RGB (Red+Green+Blue) = 212+203+250=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 203 (79.69% from 255 or 30.53% 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 #D4CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBFA is #2B3405. Grayscale: #D2D2D2. Windows color (decimal): -2831366 or 16436180. OLE color: 16436180.

HSL color Cylindrical-coordinate representation of color #D4CBFA: hue angle of 251.49º degrees, saturation: 0.82, 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 #D4CBFA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212203250-
CMYK0.150.1900.02
HSL251.49º82.46%88.82%-
HSV(B)251.49º18.8%98.04%-
XYZ65.7663.6199.25-
YUV211.05149.98128.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.88%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=31.88%
G=30.53%
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
Decimal2122032500.150.1900.02251.4982.4688.82
HexD4CBFAF1302fb5259
Octal324313372172302373122131
Binary1101010011001011111110101111100110101111101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBFA; }

 p { color: rgb(212,203,250); }

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

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

 a { background-color: rgb(212,203,250); }

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

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

 span { border-color: rgb(212,203,250); }

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