#D7CCFA

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

Shades of Lavender Blue #D7CCFA

Tints of Lavender Blue #D7CCFA

Color information

#D7CCFA (or 0xD7CCFA) is unknown color: approx Lavender Blue. HEX triplet: D7, CC and FA. RGB value is (215,204,250). Sum of RGB (Red+Green+Blue) = 215+204+250=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CCFA is #283305. Grayscale: #D4D4D4. Windows color (decimal): -2634502 or 16436439. OLE color: 16436439.

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

Color convert

RGB215204250-
CMYK0.140.1800.02
HSL254.35º82.14%89.02%-
HSV(B)254.35º18.4%98.04%-
XYZ66.8764.5399.37-
YUV212.53149.14129.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=32.14%
G=30.49%
B=37.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152042500.140.1800.02254.3582.1489.02
HexD7CCFAE1202fe5259
Octal327314372162202376122131
Binary1101011111001100111110101110100100101111111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCFA; }

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

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

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

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

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

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

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

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