#D0C4FF

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

Shades of Lavender Blue #D0C4FF

Tints of Lavender Blue #D0C4FF

Color information

#D0C4FF (or 0xD0C4FF) is unknown color: approx Lavender Blue. HEX triplet: D0, C4 and FF. RGB value is (208,196,255). Sum of RGB (Red+Green+Blue) = 208+196+255=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C4FF is #2F3B00. Grayscale: #CECECE. Windows color (decimal): -3095297 or 16762064. OLE color: 16762064.

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

Color convert

RGB208196255-
CMYK0.180.2300
HSL252.2º100%88.43%-
HSV(B)252.2º23.14%100%-
XYZ63.860.11102.85-
YUV206.31155.48129.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 196 (76.95% from 255) = 29.74%
BLUE value IS 255 (100% from 255) = 38.69%
R=31.56%
G=29.74%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081962550.180.2300252.210088.43
HexD0C4FF121700fc6458
Octal320304377222700374144130
Binary1101000011000100111111111001010111001111110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C4FF; }

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

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

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

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

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

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

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

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