#D0CAFD

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

Shades of Lavender Blue #D0CAFD

Tints of Lavender Blue #D0CAFD

Color information

#D0CAFD (or 0xD0CAFD) is unknown color: approx Lavender Blue. HEX triplet: D0, CA and FD. RGB value is (208,202,253). Sum of RGB (Red+Green+Blue) = 208+202+253=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAFD is #2F3502. Grayscale: #D1D1D1. Windows color (decimal): -3093763 or 16632528. OLE color: 16632528.

HSL color Cylindrical-coordinate representation of color #D0CAFD: hue angle of 247.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0CAFD is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208202253-
CMYK0.180.2000.01
HSL247.06º92.73%89.22%-
HSV(B)247.06º20.16%99.22%-
XYZ64.8662.74101.62-
YUV209.61152.49126.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 202 (79.30% from 255) = 30.47%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=31.37%
G=30.47%
B=38.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082022530.180.2000.01247.0692.7389.22
HexD0CAFD121401f75d59
Octal320312375222401367135131
Binary1101000011001010111111011001010100011111011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAFD; }

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

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

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

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

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

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

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

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