Html Css Color HEX #D0DDB7 Harp

📋 copy color: '#D0DDB7'

red 208 ◦ green 221 ◦ blue 183

#D0DDB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #D0DDB7

Tints of Harp #D0DDB7

RGB

 RED value IS 208 (81.64% from 255) = 33.99%

 GREEN value IS 221 (86.72% from 255) = 36.11%

 BLUE value IS 183 (71.88% from 255) = 29.9%

R = 33.99%
G = 36.11%
B = 29.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D0DDB7 (or 0xD0DDB7) is known color: Harp. HEX triplet: D0, DD and B7. RGB value is (208,221,183). Sum of RGB (Red+Green+Blue) = 208+221+183=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDB7 is #2F2248. Grayscale: #D4D4D4. Windows color (decimal): -3088969 or 12049872. OLE color: 12049872.

HSL color Cylindrical-coordinate representation of color #D0DDB7: hue angle of 80.53º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DDB7 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 183 -
CMYK 0.06 0 0.17 0.13
HSL 80.53º 0.36% 0.79% -
HSV(B) 80.53º 0.17% 0.87% -
XYZ 60.42 68.54 54.85 -
YUV 212.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 208 221 183 0.06 0 0.17 0.13 80.53 0.36 0.79
Hex D0 DD B7 6 0 11 D 51 24 4F
Octal 320 335 267 6 0 21 15 121 44 117
Binary 11010000 11011101 10110111 110 0 10001 1101 1010001 100100 1001111

Color Harmonies of #D0DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DDB7

Black with #D0DDB7

Text Example


Text Example

White with #D0DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DDB7; }

 p { color: rgb(208,221,183); }

 H1.HeaderClassName
 {
   color: #D0DDB7;
 }
 .AnyTagClassName
 {
   color: #D0DDB7;
 }
</style>

background-color css

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

 a { background-color: rgb(208,221,183); }

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

border-color css

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

 span { border-color: rgb(208,221,183); }

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