Html Css Color HEX #D5DAD8 Iceberg

📋 copy color: '#D5DAD8'

red 213 ◦ green 218 ◦ blue 216

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

Shades of Iceberg #D5DAD8

Tints of Iceberg #D5DAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.38%

R = 32.92%
G = 33.69%
B = 33.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D5DAD8 (or 0xD5DAD8) is known color: Iceberg. HEX triplet: D5, DA and D8. RGB value is (213,218,216). Sum of RGB (Red+Green+Blue) = 213+218+216=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD8 is #2A2527. Grayscale: #D8D8D8. Windows color (decimal): -2762024 or 14211797. OLE color: 14211797.

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

Color convert

RGB 213 218 216 -
CMYK 0.02 0 0.01 0.15
HSL 156º 0.06% 0.85% -
HSV(B) 156º 0.02% 0.85% -
XYZ 64.91 69.25 74.91 -
YUV 216.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 213 218 216 0.02 0 0.01 0.15 156 0.06 0.85
Hex D5 DA D8 2 0 1 F 9C 6 55
Octal 325 332 330 2 0 1 17 234 6 125
Binary 11010101 11011010 11011000 10 0 1 1111 10011100 110 1010101

Color Harmonies of #D5DAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAD8

Black with #D5DAD8

Text Example


Text Example

White with #D5DAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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