#D5CCFC

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

Shades of Lavender Blue #D5CCFC

Tints of Lavender Blue #D5CCFC

Color information

#D5CCFC (or 0xD5CCFC) is unknown color: approx Lavender Blue. HEX triplet: D5, CC and FC. RGB value is (213,204,252). Sum of RGB (Red+Green+Blue) = 213+204+252=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCFC is #2A3303. Grayscale: #D3D3D3. Windows color (decimal): -2765572 or 16567509. OLE color: 16567509.

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

Color convert

RGB213204252-
CMYK0.150.1900.01
HSL251.25º88.89%89.41%-
HSV(B)251.25º19.05%98.82%-
XYZ66.664.36101.01-
YUV212.16150.48128.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=31.84%
G=30.49%
B=37.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132042520.150.1900.01251.2588.8989.41
HexD5CCFCF1301fb5959
Octal325314374172301373131131
Binary110101011100110011111100111110011011111101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCFC; }

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

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

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

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

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

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

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

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