Html Css Color HEX #D5DAD9 Geyser

📋 copy color: '#D5DAD9'

red 213 ◦ green 218 ◦ blue 217

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

Shades of Geyser #D5DAD9

Tints of Geyser #D5DAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.49%

R = 32.87%
G = 33.64%
B = 33.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D5DAD9 (or 0xD5DAD9) is known color: Geyser. HEX triplet: D5, DA and D9. RGB value is (213,218,217). Sum of RGB (Red+Green+Blue) = 213+218+217=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD9 is #2A2526. Grayscale: #D8D8D8. Windows color (decimal): -2762023 or 14277333. OLE color: 14277333.

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

Color convert

RGB 213 218 217 -
CMYK 0.02 0 0.00 0.15
HSL 168º 0.06% 0.85% -
HSV(B) 168º 0.02% 0.85% -
XYZ 65.04 69.3 75.59 -
YUV 216.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 213 218 217 0.02 0 0.00 0.15 168 0.06 0.85
Hex D5 DA D9 2 0 0 F A8 6 55
Octal 325 332 331 2 0 0 17 250 6 125
Binary 11010101 11011010 11011001 10 0 0 1111 10101000 110 1010101

Color Harmonies of #D5DAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAD9

Black with #D5DAD9

Text Example


Text Example

White with #D5DAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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