#D5CCFD

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

Shades of Lavender Blue #D5CCFD

Tints of Lavender Blue #D5CCFD

Color information

#D5CCFD (or 0xD5CCFD) is unknown color: approx Lavender Blue. HEX triplet: D5, CC and FD. RGB value is (213,204,253). Sum of RGB (Red+Green+Blue) = 213+204+253=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCFD is #2A3302. Grayscale: #D4D4D4. Windows color (decimal): -2765571 or 16633045. OLE color: 16633045.

HSL color Cylindrical-coordinate representation of color #D5CCFD: hue angle of 251.02º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5CCFD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213204253-
CMYK0.160.1900.01
HSL251.02º92.45%89.61%-
HSV(B)251.02º19.37%99.22%-
XYZ66.7664.42101.84-
YUV212.28150.98128.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=31.79%
G=30.45%
B=37.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132042530.160.1900.01251.0292.4589.61
HexD5CCFD101301fb5c5a
Octal325314375202301373134132
Binary1101010111001100111111011000010011011111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCFD; }

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

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

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

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

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

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

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

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