#D2CDFF

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

Shades of Lavender Blue #D2CDFF

Tints of Lavender Blue #D2CDFF

Color information

#D2CDFF (or 0xD2CDFF) is unknown color: approx Lavender Blue. HEX triplet: D2, CD and FF. RGB value is (210,205,255). Sum of RGB (Red+Green+Blue) = 210+205+255=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDFF is #2D3200. Grayscale: #D4D4D4. Windows color (decimal): -2961921 or 16764370. OLE color: 16764370.

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

Color convert

RGB210205255-
CMYK0.180.2000
HSL246º100%90.2%-
HSV(B)246º19.61%100%-
XYZ66.4664.58103.57-
YUV212.2152.16126.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 255 (100% from 255) = 38.06%
R=31.34%
G=30.60%
B=38.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102052550.180.200024610090.2
HexD2CDFF121400f6645a
Octal322315377222400366144132
Binary1101001011001101111111111001010100001111011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDFF; }

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

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

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

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

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

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

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

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