Html Css Color HEX #D5DABF Harp

📋 copy color: '#D5DABF'

red 213 ◦ green 218 ◦ blue 191

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

Shades of Harp #D5DABF

Tints of Harp #D5DABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.71%

R = 34.24%
G = 35.05%
B = 30.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D5DABF (or 0xD5DABF) is known color: Harp. HEX triplet: D5, DA and BF. RGB value is (213,218,191). Sum of RGB (Red+Green+Blue) = 213+218+191=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DABF is #2A2540. Grayscale: #D5D5D5. Windows color (decimal): -2762049 or 12573397. OLE color: 12573397.

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

Color convert

RGB 213 218 191 -
CMYK 0.02 0 0.12 0.15
HSL 71.11º 0.27% 0.8% -
HSV(B) 71.11º 0.12% 0.85% -
XYZ 61.92 68.05 59.16 -
YUV 213.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 213 218 191 0.02 0 0.12 0.15 71.11 0.27 0.8
Hex D5 DA BF 2 0 C F 47 1B 50
Octal 325 332 277 2 0 14 17 107 33 120
Binary 11010101 11011010 10111111 10 0 1100 1111 1000111 11011 1010000

Color Harmonies of #D5DABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DABF

Black with #D5DABF

Text Example


Text Example

White with #D5DABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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