Html Css Color HEX #D4DBBA Harp

📋 copy color: '#D4DBBA'

red 212 ◦ green 219 ◦ blue 186

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

Shades of Harp #D4DBBA

Tints of Harp #D4DBBA

RGB

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

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

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

R = 34.36%
G = 35.49%
B = 30.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D4DBBA (or 0xD4DBBA) is known color: Harp. HEX triplet: D4, DB and BA. RGB value is (212,219,186). Sum of RGB (Red+Green+Blue) = 212+219+186=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBBA is #2B2445. Grayscale: #D5D5D5. Windows color (decimal): -2827334 or 12245972. OLE color: 12245972.

HSL color Cylindrical-coordinate representation of color #D4DBBA: hue angle of 72.73º 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 #D4DBBA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 186 -
CMYK 0.03 0 0.15 0.14
HSL 72.73º 0.31% 0.79% -
HSV(B) 72.73º 0.15% 0.86% -
XYZ 61.35 68.21 56.39 -
YUV 213.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 212 219 186 0.03 0 0.15 0.14 72.73 0.31 0.79
Hex D4 DB BA 3 0 F E 49 1F 4F
Octal 324 333 272 3 0 17 16 111 37 117
Binary 11010100 11011011 10111010 11 0 1111 1110 1001001 11111 1001111

Color Harmonies of #D4DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBBA

Black with #D4DBBA

Text Example


Text Example

White with #D4DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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