#D2CFFD

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

Shades of Lavender Blue #D2CFFD

Tints of Lavender Blue #D2CFFD

Color information

#D2CFFD (or 0xD2CFFD) is unknown color: approx Lavender Blue. HEX triplet: D2, CF and FD. RGB value is (210,207,253). Sum of RGB (Red+Green+Blue) = 210+207+253=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 207 (81.25% from 255 or 30.90% 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 #D2CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFD is #2D3002. Grayscale: #D4D4D4. Windows color (decimal): -2961411 or 16633810. OLE color: 16633810.

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

Color convert

RGB210207253-
CMYK0.170.1800.01
HSL243.91º92%90.2%-
HSV(B)243.91º18.18%99.22%-
XYZ66.6265.42102.04-
YUV213.14150.49125.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=31.34%
G=30.90%
B=37.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102072530.170.1800.01243.919290.2
HexD2CFFD111201f45c5a
Octal322317375212201364134132
Binary1101001011001111111111011000110010011111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFFD; }

 p { color: rgb(210,207,253); }

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

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

 a { background-color: rgb(210,207,253); }

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

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

 span { border-color: rgb(210,207,253); }

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