Html Css Color HEX #D2DBBA Harp

📋 copy color: '#D2DBBA'

red 210 ◦ green 219 ◦ blue 186

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

Shades of Harp #D2DBBA

Tints of Harp #D2DBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.24%

R = 34.15%
G = 35.61%
B = 30.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D2DBBA (or 0xD2DBBA) is known color: Harp. HEX triplet: D2, DB and BA. RGB value is (210,219,186). Sum of RGB (Red+Green+Blue) = 210+219+186=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBBA is #2D2445. Grayscale: #D4D4D4. Windows color (decimal): -2958406 or 12245970. OLE color: 12245970.

HSL color Cylindrical-coordinate representation of color #D2DBBA: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DBBA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 186 -
CMYK 0.04 0 0.15 0.14
HSL 76.36º 0.31% 0.79% -
HSV(B) 76.36º 0.15% 0.86% -
XYZ 60.77 67.91 56.36 -
YUV 212.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 210 219 186 0.04 0 0.15 0.14 76.36 0.31 0.79
Hex D2 DB BA 4 0 F E 4C 1F 4F
Octal 322 333 272 4 0 17 16 114 37 117
Binary 11010010 11011011 10111010 100 0 1111 1110 1001100 11111 1001111

Color Harmonies of #D2DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBBA

Black with #D2DBBA

Text Example


Text Example

White with #D2DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBBA; }

 p { color: rgb(210,219,186); }

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

background-color css

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

 a { background-color: rgb(210,219,186); }

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

border-color css

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

 span { border-color: rgb(210,219,186); }

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