Html Css Color HEX #D5DABE Harp

📋 copy color: '#D5DABE'

red 213 ◦ green 218 ◦ blue 190

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

Shades of Harp #D5DABE

Tints of Harp #D5DABE

RGB

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

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

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

R = 34.3%
G = 35.1%
B = 30.6%

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

#D5DABE (or 0xD5DABE) is known color: Harp. HEX triplet: D5, DA and BE. RGB value is (213,218,190). Sum of RGB (Red+Green+Blue) = 213+218+190=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABE is #2A2541. Grayscale: #D5D5D5. Windows color (decimal): -2762050 or 12507861. OLE color: 12507861.

HSL color Cylindrical-coordinate representation of color #D5DABE: hue angle of 70.71º degrees, saturation: 0.27, 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 #D5DABE is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 190 -
CMYK 0.02 0 0.13 0.15
HSL 70.71º 0.27% 0.8% -
HSV(B) 70.71º 0.13% 0.85% -
XYZ 61.81 68.01 58.58 -
YUV 213.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 213 218 190 0.02 0 0.13 0.15 70.71 0.27 0.8
Hex D5 DA BE 2 0 D F 47 1B 50
Octal 325 332 276 2 0 15 17 107 33 120
Binary 11010101 11011010 10111110 10 0 1101 1111 1000111 11011 1010000

Color Harmonies of #D5DABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DABE

Black with #D5DABE

Text Example


Text Example

White with #D5DABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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