Html Css Color HEX #D2D6BE Harp

📋 copy color: '#D2D6BE'

red 210 ◦ green 214 ◦ blue 190

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

Shades of Harp #D2D6BE

Tints of Harp #D2D6BE

RGB

 RED value IS 210 (82.42% from 255) = 34.2%

 GREEN value IS 214 (83.98% from 255) = 34.85%

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

R = 34.2%
G = 34.85%
B = 30.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D2D6BE (or 0xD2D6BE) is known color: Harp. HEX triplet: D2, D6 and BE. RGB value is (210,214,190). Sum of RGB (Red+Green+Blue) = 210+214+190=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6BE is #2D2941. Grayscale: #D2D2D2. Windows color (decimal): -2959682 or 12506834. OLE color: 12506834.

HSL color Cylindrical-coordinate representation of color #D2D6BE: hue angle of 70º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D6BE is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 190 -
CMYK 0.02 0 0.11 0.16
HSL 70º 0.23% 0.79% -
HSV(B) 70º 0.11% 0.84% -
XYZ 59.92 65.51 58.2 -
YUV 210.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 210 214 190 0.02 0 0.11 0.16 70 0.23 0.79
Hex D2 D6 BE 2 0 B 10 46 17 4F
Octal 322 326 276 2 0 13 20 106 27 117
Binary 11010010 11010110 10111110 10 0 1011 10000 1000110 10111 1001111

Color Harmonies of #D2D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D6BE

Black with #D2D6BE

Text Example


Text Example

White with #D2D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D6BE; }

 p { color: rgb(210,214,190); }

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

background-color css

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

 a { background-color: rgb(210,214,190); }

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

border-color css

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

 span { border-color: rgb(210,214,190); }

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