#D0CCFF

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

Shades of Lavender Blue #D0CCFF

Tints of Lavender Blue #D0CCFF

Color information

#D0CCFF (or 0xD0CCFF) is unknown color: approx Lavender Blue. HEX triplet: D0, CC and FF. RGB value is (208,204,255). Sum of RGB (Red+Green+Blue) = 208+204+255=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFF is #2F3300. Grayscale: #D2D2D2. Windows color (decimal): -3093249 or 16764112. OLE color: 16764112.

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

Color convert

RGB208204255-
CMYK0.180.200
HSL244.71º100%90%-
HSV(B)244.71º20%100%-
XYZ65.6663.82103.46-
YUV211.01152.83125.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.18%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 255 (100% from 255) = 38.23%
R=31.18%
G=30.58%
B=38.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082042550.180.200244.7110090
HexD0CCFF121400f5645a
Octal320314377222400365144132
Binary1101000011001100111111111001010100001111010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCFF; }

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

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

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

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

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

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

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

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