#D2CFFF

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

Shades of Lavender Blue #D2CFFF

Tints of Lavender Blue #D2CFFF

Color information

#D2CFFF (or 0xD2CFFF) is unknown color: approx Lavender Blue. HEX triplet: D2, CF and FF. RGB value is (210,207,255). Sum of RGB (Red+Green+Blue) = 210+207+255=672 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.25% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFF is #2D3000. Grayscale: #D5D5D5. Windows color (decimal): -2961409 or 16764882. OLE color: 16764882.

HSL color Cylindrical-coordinate representation of color #D2CFFF: hue angle of 243.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CFFF is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210207255-
CMYK0.180.1900
HSL243.75º100%90.59%-
HSV(B)243.75º18.82%100%-
XYZ66.9465.55103.73-
YUV213.37151.49125.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.25%
GREEN value IS 207 (81.25% from 255) = 30.80%
BLUE value IS 255 (100% from 255) = 37.95%
R=31.25%
G=30.80%
B=37.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102072550.180.1900243.7510090.59
HexD2CFFF121300f4645b
Octal322317377222300364144133
Binary1101001011001111111111111001010011001111010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFFF; }

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

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

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

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

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

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

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

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