#D0DBBB

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

Shades of Harp #D0DBBB

Tints of Harp #D0DBBB

Color information

#D0DBBB (or 0xD0DBBB) is unknown color: approx Harp. HEX triplet: D0, DB and BB. RGB value is (208,219,187). Sum of RGB (Red+Green+Blue) = 208+219+187=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBB is #2F2444. Grayscale: #D4D4D4. Windows color (decimal): -3089477 or 12311504. OLE color: 12311504.

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

Color convert

RGB208219187-
CMYK0.0500.150.14
HSL80.62º30.77%79.61%-
HSV(B)80.62º14.61%85.88%-
XYZ60.3167.6656.89-
YUV212.06113.86125.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=33.88%
G=35.67%
B=30.46%

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
Decimal2082191870.0500.150.1480.6230.7779.61
HexD0DBBB50FE511f50
Octal32033327350171612137120
Binary1101000011011011101110111010111111101010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBBB; }

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

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

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

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

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

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

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

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