#D3CCFF

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

Shades of Lavender Blue #D3CCFF

Tints of Lavender Blue #D3CCFF

Color information

#D3CCFF (or 0xD3CCFF) is unknown color: approx Lavender Blue. HEX triplet: D3, CC and FF. RGB value is (211,204,255). Sum of RGB (Red+Green+Blue) = 211+204+255=670 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.49% from 670); Green value is 204 (80.08% from 255 or 30.45% 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 #D3CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CCFF is #2C3300. Grayscale: #D3D3D3. Windows color (decimal): -2896641 or 16764115. OLE color: 16764115.

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

Color convert

RGB211204255-
CMYK0.170.200
HSL248.24º100%90%-
HSV(B)248.24º20%100%-
XYZ66.5164.25103.5-
YUV211.91152.32127.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.49%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 255 (100% from 255) = 38.06%
R=31.49%
G=30.45%
B=38.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112042550.170.200248.2410090
HexD3CCFF111400f8645a
Octal323314377212400370144132
Binary1101001111001100111111111000110100001111100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCFF; }

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

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

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

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

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

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

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

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