#D2CFFB

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

Shades of Lavender Blue #D2CFFB

Tints of Lavender Blue #D2CFFB

Color information

#D2CFFB (or 0xD2CFFB) is unknown color: approx Lavender Blue. HEX triplet: D2, CF and FB. RGB value is (210,207,251). Sum of RGB (Red+Green+Blue) = 210+207+251=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFB is #2D3004. Grayscale: #D4D4D4. Windows color (decimal): -2961413 or 16502738. OLE color: 16502738.

HSL color Cylindrical-coordinate representation of color #D2CFFB: hue angle of 244.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2CFFB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210207251-
CMYK0.160.1800.02
HSL244.09º84.62%89.8%-
HSV(B)244.09º17.53%98.43%-
XYZ66.365.29100.37-
YUV212.91149.49125.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=31.44%
G=30.99%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102072510.160.1800.02244.0984.6289.8
HexD2CFFB101202f4555a
Octal322317373202202364125132
Binary11010010110011111111101110000100100101111010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CFFB; }

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

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

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

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

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

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

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

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