#D0DBBA

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

Shades of Harp #D0DBBA

Tints of Harp #D0DBBA

Color information

#D0DBBA (or 0xD0DBBA) is unknown color: approx Harp. HEX triplet: D0, DB and BA. RGB value is (208,219,186). Sum of RGB (Red+Green+Blue) = 208+219+186=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBA is #2F2445. Grayscale: #D4D4D4. Windows color (decimal): -3089478 or 12245968. OLE color: 12245968.

HSL color Cylindrical-coordinate representation of color #D0DBBA: hue angle of 80º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DBBA is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB208219186-
CMYK0.0500.150.14
HSL80º31.43%79.41%-
HSV(B)80º15.07%85.88%-
XYZ60.2167.6256.33-
YUV211.95113.36125.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=33.93%
G=35.73%
B=30.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191860.0500.150.148031.4379.41
HexD0DBBA50FE501f4f
Octal32033327250171612037117
Binary1101000011011011101110101010111111101010000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBBA; }

 p { color: rgb(208,219,186); }

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

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

 a { background-color: rgb(208,219,186); }

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

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

 span { border-color: rgb(208,219,186); }

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