#D4CDFA

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

Shades of Lavender Blue #D4CDFA

Tints of Lavender Blue #D4CDFA

Color information

#D4CDFA (or 0xD4CDFA) is unknown color: approx Lavender Blue. HEX triplet: D4, CD and FA. RGB value is (212,205,250). Sum of RGB (Red+Green+Blue) = 212+205+250=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFA is #2B3205. Grayscale: #D4D4D4. Windows color (decimal): -2830854 or 16436692. OLE color: 16436692.

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

Color convert

RGB212205250-
CMYK0.150.1800.02
HSL249.33º81.82%89.22%-
HSV(B)249.33º18%98.04%-
XYZ66.2464.5699.41-
YUV212.22149.32127.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.78%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=31.78%
G=30.73%
B=37.48%

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
Decimal2122052500.150.1800.02249.3381.8289.22
HexD4CDFAF1202f95259
Octal324315372172202371122131
Binary1101010011001101111110101111100100101111100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDFA; }

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

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

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

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

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

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

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

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