#D5CCFE

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

Shades of Lavender Blue #D5CCFE

Tints of Lavender Blue #D5CCFE

Color information

#D5CCFE (or 0xD5CCFE) is unknown color: approx Lavender Blue. HEX triplet: D5, CC and FE. RGB value is (213,204,254). Sum of RGB (Red+Green+Blue) = 213+204+254=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCFE is #2A3301. Grayscale: #D4D4D4. Windows color (decimal): -2765570 or 16698581. OLE color: 16698581.

HSL color Cylindrical-coordinate representation of color #D5CCFE: hue angle of 250.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CCFE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213204254-
CMYK0.160.2000.00
HSL250.8º96.15%89.8%-
HSV(B)250.8º19.69%99.61%-
XYZ66.9264.49102.69-
YUV212.39151.48128.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=31.74%
G=30.40%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132042540.160.2000.00250.896.1589.8
HexD5CCFE101400fb605a
Octal325314376202400373140132
Binary1101010111001100111111101000010100001111101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCFE; }

 p { color: rgb(213,204,254); }

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

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

 a { background-color: rgb(213,204,254); }

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

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

 span { border-color: rgb(213,204,254); }

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