#D4CCFA

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

Shades of Lavender Blue #D4CCFA

Tints of Lavender Blue #D4CCFA

Color information

#D4CCFA (or 0xD4CCFA) is unknown color: approx Lavender Blue. HEX triplet: D4, CC and FA. RGB value is (212,204,250). Sum of RGB (Red+Green+Blue) = 212+204+250=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFA is #2B3305. Grayscale: #D3D3D3. Windows color (decimal): -2831110 or 16436436. OLE color: 16436436.

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

Color convert

RGB212204250-
CMYK0.150.1800.02
HSL250.43º82.14%89.02%-
HSV(B)250.43º18.4%98.04%-
XYZ6664.0899.33-
YUV211.64149.65128.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.83%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=31.83%
G=30.63%
B=37.54%

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
Decimal2122042500.150.1800.02250.4382.1489.02
HexD4CCFAF1202fa5259
Octal324314372172202372122131
Binary1101010011001100111110101111100100101111101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCFA; }

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

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

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

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

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

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

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

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