#D0DBBC

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

Shades of Harp #D0DBBC

Tints of Harp #D0DBBC

Color information

#D0DBBC (or 0xD0DBBC) is unknown color: approx Harp. HEX triplet: D0, DB and BC. RGB value is (208,219,188). Sum of RGB (Red+Green+Blue) = 208+219+188=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBBC is #2F2443. Grayscale: #D4D4D4. Windows color (decimal): -3089476 or 12377040. OLE color: 12377040.

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

Color convert

RGB208219188-
CMYK0.0500.140.14
HSL81.29º30.1%79.8%-
HSV(B)81.29º14.16%85.88%-
XYZ60.4267.757.46-
YUV212.18114.36125.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=33.82%
G=35.61%
B=30.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082191880.0500.140.1481.2930.179.8
HexD0DBBC50EE511e50
Octal32033327450161612136120
Binary1101000011011011101111001010111011101010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBBC; }

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

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

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

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

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

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

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

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