Html Css Color HEX #D4DBBE Harp

📋 copy color: '#D4DBBE'

red 212 ◦ green 219 ◦ blue 190

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

Shades of Harp #D4DBBE

Tints of Harp #D4DBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

 BLUE value IS 190 (74.61% from 255) = 30.6%

R = 34.14%
G = 35.27%
B = 30.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D4DBBE (or 0xD4DBBE) is known color: Harp. HEX triplet: D4, DB and BE. RGB value is (212,219,190). Sum of RGB (Red+Green+Blue) = 212+219+190=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBBE is #2B2441. Grayscale: #D5D5D5. Windows color (decimal): -2827330 or 12508116. OLE color: 12508116.

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

Color convert

RGB 212 219 190 -
CMYK 0.03 0 0.13 0.14
HSL 74.48º 0.29% 0.8% -
HSV(B) 74.48º 0.13% 0.86% -
XYZ 61.78 68.38 58.66 -
YUV 213.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 212 219 190 0.03 0 0.13 0.14 74.48 0.29 0.8
Hex D4 DB BE 3 0 D E 4A 1D 50
Octal 324 333 276 3 0 15 16 112 35 120
Binary 11010100 11011011 10111110 11 0 1101 1110 1001010 11101 1010000

Color Harmonies of #D4DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBBE

Black with #D4DBBE

Text Example


Text Example

White with #D4DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBBE; }

 p { color: rgb(212,219,190); }

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

background-color css

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

 a { background-color: rgb(212,219,190); }

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

border-color css

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

 span { border-color: rgb(212,219,190); }

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