Html Css Color HEX #D5DBBE Harp

📋 copy color: '#D5DBBE'

red 213 ◦ green 219 ◦ blue 190

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

Shades of Harp #D5DBBE

Tints of Harp #D5DBBE

RGB

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

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

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

R = 34.24%
G = 35.21%
B = 30.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D5DBBE (or 0xD5DBBE) is known color: Harp. HEX triplet: D5, DB and BE. RGB value is (213,219,190). Sum of RGB (Red+Green+Blue) = 213+219+190=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBBE is #2A2441. Grayscale: #D6D6D6. Windows color (decimal): -2761794 or 12508117. OLE color: 12508117.

HSL color Cylindrical-coordinate representation of color #D5DBBE: hue angle of 72.41º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5DBBE is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 190 -
CMYK 0.03 0 0.13 0.14
HSL 72.41º 0.29% 0.8% -
HSV(B) 72.41º 0.13% 0.86% -
XYZ 62.07 68.53 58.67 -
YUV 213.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 213 219 190 0.03 0 0.13 0.14 72.41 0.29 0.8
Hex D5 DB BE 3 0 D E 48 1D 50
Octal 325 333 276 3 0 15 16 110 35 120
Binary 11010101 11011011 10111110 11 0 1101 1110 1001000 11101 1010000

Color Harmonies of #D5DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBBE

Black with #D5DBBE

Text Example


Text Example

White with #D5DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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