#D2CCFF

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

Shades of Lavender Blue #D2CCFF

Tints of Lavender Blue #D2CCFF

Color information

#D2CCFF (or 0xD2CCFF) is unknown color: approx Lavender Blue. HEX triplet: D2, CC and FF. RGB value is (210,204,255). Sum of RGB (Red+Green+Blue) = 210+204+255=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCFF is #2D3300. Grayscale: #D3D3D3. Windows color (decimal): -2962177 or 16764114. OLE color: 16764114.

HSL color Cylindrical-coordinate representation of color #D2CCFF: hue angle of 247.06º 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 #D2CCFF is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210204255-
CMYK0.180.200
HSL247.06º100%90%-
HSV(B)247.06º20%100%-
XYZ66.2264.11103.49-
YUV211.61152.49126.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.39%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 255 (100% from 255) = 38.12%
R=31.39%
G=30.49%
B=38.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102042550.180.200247.0610090
HexD2CCFF121400f7645a
Octal322314377222400367144132
Binary1101001011001100111111111001010100001111011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCFF; }

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

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

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

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

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

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

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

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