Html Css Color HEX #D4DDBB Harp

📋 copy color: '#D4DDBB'

red 212 ◦ green 221 ◦ blue 187

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

Shades of Harp #D4DDBB

Tints of Harp #D4DDBB

RGB

 RED value IS 212 (83.2% from 255) = 34.19%

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

 BLUE value IS 187 (73.44% from 255) = 30.16%

R = 34.19%
G = 35.65%
B = 30.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D4DDBB (or 0xD4DDBB) is known color: Harp. HEX triplet: D4, DD and BB. RGB value is (212,221,187). Sum of RGB (Red+Green+Blue) = 212+221+187=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDBB is #2B2244. Grayscale: #D6D6D6. Windows color (decimal): -2826821 or 12312020. OLE color: 12312020.

HSL color Cylindrical-coordinate representation of color #D4DDBB: hue angle of 75.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4DDBB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 187 -
CMYK 0.04 0 0.15 0.13
HSL 75.88º 0.33% 0.8% -
HSV(B) 75.88º 0.15% 0.87% -
XYZ 61.98 69.3 57.12 -
YUV 214.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 212 221 187 0.04 0 0.15 0.13 75.88 0.33 0.8
Hex D4 DD BB 4 0 F D 4C 21 50
Octal 324 335 273 4 0 17 15 114 41 120
Binary 11010100 11011101 10111011 100 0 1111 1101 1001100 100001 1010000

Color Harmonies of #D4DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDBB

Black with #D4DDBB

Text Example


Text Example

White with #D4DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDBB; }

 p { color: rgb(212,221,187); }

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

background-color css

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

 a { background-color: rgb(212,221,187); }

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

border-color css

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

 span { border-color: rgb(212,221,187); }

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