#D0CFFA

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

Shades of Lavender Blue #D0CFFA

Tints of Lavender Blue #D0CFFA

Color information

#D0CFFA (or 0xD0CFFA) is unknown color: approx Lavender Blue. HEX triplet: D0, CF and FA. RGB value is (208,207,250). Sum of RGB (Red+Green+Blue) = 208+207+250=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFFA is #2F3005. Grayscale: #D4D4D4. Windows color (decimal): -3092486 or 16437200. OLE color: 16437200.

HSL color Cylindrical-coordinate representation of color #D0CFFA: hue angle of 241.4º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CFFA is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208207250-
CMYK0.170.1700.02
HSL241.4º81.13%89.61%-
HSV(B)241.4º17.2%98.04%-
XYZ65.5864.9499.52-
YUV212.2149.33125-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 207 (81.25% from 255) = 31.13%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=31.28%
G=31.13%
B=37.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082072500.170.1700.02241.481.1389.61
HexD0CFFA111102f1515a
Octal320317372212102361121132
Binary11010000110011111111101010001100010101111000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFFA; }

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

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

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

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

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

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

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

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