#D0CFFD

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

Shades of Lavender Blue #D0CFFD

Tints of Lavender Blue #D0CFFD

Color information

#D0CFFD (or 0xD0CFFD) is unknown color: approx Lavender Blue. HEX triplet: D0, CF and FD. RGB value is (208,207,253). Sum of RGB (Red+Green+Blue) = 208+207+253=668 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.14% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFFD is #2F3002. Grayscale: #D4D4D4. Windows color (decimal): -3092483 or 16633808. OLE color: 16633808.

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

Color convert

RGB208207253-
CMYK0.180.1800.01
HSL241.3º92%90.2%-
HSV(B)241.3º18.18%99.22%-
XYZ66.0565.13102.02-
YUV212.54150.83124.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.14%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=31.14%
G=30.99%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082072530.180.1800.01241.39290.2
HexD0CFFD121201f15c5a
Octal320317375222201361134132
Binary1101000011001111111111011001010010011111000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFFD; }

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

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

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

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

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

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

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

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