Html Css Color HEX #D5DABD Harp

📋 copy color: '#D5DABD'

red 213 ◦ green 218 ◦ blue 189

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

Shades of Harp #D5DABD

Tints of Harp #D5DABD

RGB

 RED value IS 213 (83.59% from 255) = 34.35%

 GREEN value IS 218 (85.55% from 255) = 35.16%

 BLUE value IS 189 (74.22% from 255) = 30.48%

R = 34.35%
G = 35.16%
B = 30.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D5DABD (or 0xD5DABD) is known color: Harp. HEX triplet: D5, DA and BD. RGB value is (213,218,189). Sum of RGB (Red+Green+Blue) = 213+218+189=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABD is #2A2542. Grayscale: #D5D5D5. Windows color (decimal): -2762051 or 12442325. OLE color: 12442325.

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

Color convert

RGB 213 218 189 -
CMYK 0.02 0 0.13 0.15
HSL 70.34º 0.28% 0.8% -
HSV(B) 70.34º 0.13% 0.85% -
XYZ 61.7 67.96 58.01 -
YUV 213.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 213 218 189 0.02 0 0.13 0.15 70.34 0.28 0.8
Hex D5 DA BD 2 0 D F 46 1C 50
Octal 325 332 275 2 0 15 17 106 34 120
Binary 11010101 11011010 10111101 10 0 1101 1111 1000110 11100 1010000

Color Harmonies of #D5DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DABD

Black with #D5DABD

Text Example


Text Example

White with #D5DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DABD; }

 p { color: rgb(213,218,189); }

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

background-color css

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

 a { background-color: rgb(213,218,189); }

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

border-color css

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

 span { border-color: rgb(213,218,189); }

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