Html Css Color HEX #D3DDB8 Harp

📋 copy color: '#D3DDB8'

red 211 ◦ green 221 ◦ blue 184

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

Shades of Harp #D3DDB8

Tints of Harp #D3DDB8

RGB

 RED value IS 211 (82.81% from 255) = 34.25%

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

 BLUE value IS 184 (72.27% from 255) = 29.87%

R = 34.25%
G = 35.88%
B = 29.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D3DDB8 (or 0xD3DDB8) is known color: Harp. HEX triplet: D3, DD and B8. RGB value is (211,221,184). Sum of RGB (Red+Green+Blue) = 211+221+184=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDB8 is #2C2247. Grayscale: #D5D5D5. Windows color (decimal): -2892360 or 12115411. OLE color: 12115411.

HSL color Cylindrical-coordinate representation of color #D3DDB8: hue angle of 76.22º degrees, saturation: 0.35, 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 #D3DDB8 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 221 184 -
CMYK 0.05 0 0.17 0.13
HSL 76.22º 0.35% 0.79% -
HSV(B) 76.22º 0.17% 0.87% -
XYZ 61.37 69.02 55.44 -
YUV 213.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 211 221 184 0.05 0 0.17 0.13 76.22 0.35 0.79
Hex D3 DD B8 5 0 11 D 4C 23 4F
Octal 323 335 270 5 0 21 15 114 43 117
Binary 11010011 11011101 10111000 101 0 10001 1101 1001100 100011 1001111

Color Harmonies of #D3DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DDB8

Black with #D3DDB8

Text Example


Text Example

White with #D3DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DDB8; }

 p { color: rgb(211,221,184); }

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

background-color css

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

 a { background-color: rgb(211,221,184); }

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

border-color css

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

 span { border-color: rgb(211,221,184); }

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