#D0CDFF

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

Shades of Lavender Blue #D0CDFF

Tints of Lavender Blue #D0CDFF

Color information

#D0CDFF (or 0xD0CDFF) is unknown color: approx Lavender Blue. HEX triplet: D0, CD and FF. RGB value is (208,205,255). Sum of RGB (Red+Green+Blue) = 208+205+255=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDFF is #2F3200. Grayscale: #D3D3D3. Windows color (decimal): -3092993 or 16764368. OLE color: 16764368.

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

Color convert

RGB208205255-
CMYK0.180.2000
HSL243.6º100%90.2%-
HSV(B)243.6º19.61%100%-
XYZ65.8964.29103.54-
YUV211.6152.49125.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.14%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 255 (100% from 255) = 38.17%
R=31.14%
G=30.69%
B=38.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082052550.180.2000243.610090.2
HexD0CDFF121400f4645a
Octal320315377222400364144132
Binary1101000011001101111111111001010100001111010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDFF; }

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

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

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

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

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

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

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

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