#D0CAFF

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

Shades of Lavender Blue #D0CAFF

Tints of Lavender Blue #D0CAFF

Color information

#D0CAFF (or 0xD0CAFF) is unknown color: approx Lavender Blue. HEX triplet: D0, CA and FF. RGB value is (208,202,255). Sum of RGB (Red+Green+Blue) = 208+202+255=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAFF is #2F3500. Grayscale: #D1D1D1. Windows color (decimal): -3093761 or 16763600. OLE color: 16763600.

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

Color convert

RGB208202255-
CMYK0.180.2100
HSL246.79º100%89.61%-
HSV(B)246.79º20.78%100%-
XYZ65.1862.87103.31-
YUV209.84153.49126.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 255 (100% from 255) = 38.35%
R=31.28%
G=30.38%
B=38.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082022550.180.2100246.7910089.61
HexD0CAFF121500f7645a
Octal320312377222500367144132
Binary1101000011001010111111111001010101001111011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAFF; }

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

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

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

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

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

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

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

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