Html Css Color HEX #D5DDDA Iceberg

📋 copy color: '#D5DDDA'

red 213 ◦ green 221 ◦ blue 218

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

Shades of Iceberg #D5DDDA

Tints of Iceberg #D5DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.9%

 BLUE value IS 218 (85.55% from 255) = 33.44%

R = 32.67%
G = 33.9%
B = 33.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D5DDDA (or 0xD5DDDA) is known color: Iceberg. HEX triplet: D5, DD and DA. RGB value is (213,221,218). Sum of RGB (Red+Green+Blue) = 213+221+218=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDDA is #2A2225. Grayscale: #DADADA. Windows color (decimal): -2761254 or 14343637. OLE color: 14343637.

HSL color Cylindrical-coordinate representation of color #D5DDDA: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DDDA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 218 -
CMYK 0.04 0 0.01 0.13
HSL 157.5º 0.11% 0.85% -
HSV(B) 157.5º 0.04% 0.87% -
XYZ 65.95 70.92 76.54 -
YUV 218.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 213 221 218 0.04 0 0.01 0.13 157.5 0.11 0.85
Hex D5 DD DA 4 0 1 D 9E B 55
Octal 325 335 332 4 0 1 15 236 13 125
Binary 11010101 11011101 11011010 100 0 1 1101 10011110 1011 1010101

Color Harmonies of #D5DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDDA

Black with #D5DDDA

Text Example


Text Example

White with #D5DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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