#D7CCFB

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

Shades of Lavender Blue #D7CCFB

Tints of Lavender Blue #D7CCFB

Color information

#D7CCFB (or 0xD7CCFB) is unknown color: approx Lavender Blue. HEX triplet: D7, CC and FB. RGB value is (215,204,251). Sum of RGB (Red+Green+Blue) = 215+204+251=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7CCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CCFB is #283304. Grayscale: #D4D4D4. Windows color (decimal): -2634501 or 16501975. OLE color: 16501975.

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

Color convert

RGB215204251-
CMYK0.140.1900.02
HSL254.04º85.45%89.22%-
HSV(B)254.04º18.73%98.43%-
XYZ67.0364.6100.2-
YUV212.65149.64129.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.09%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=32.09%
G=30.45%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152042510.140.1900.02254.0485.4589.22
HexD7CCFBE1302fe5559
Octal327314373162302376125131
Binary1101011111001100111110111110100110101111111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCFB; }

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

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

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

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

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

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

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

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