Html Css Color HEX #DADDDC Iceberg

📋 copy color: '#DADDDC'

red 218 ◦ green 221 ◦ blue 220

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

Shades of Iceberg #DADDDC

Tints of Iceberg #DADDDC

RGB

 RED value IS 218 (85.55% from 255) = 33.08%

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

 BLUE value IS 220 (86.33% from 255) = 33.38%

R = 33.08%
G = 33.54%
B = 33.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DADDDC (or 0xDADDDC) is known color: Iceberg. HEX triplet: DA, DD and DC. RGB value is (218,221,220). Sum of RGB (Red+Green+Blue) = 218+221+220=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDDC is #252223. Grayscale: #DBDBDB. Windows color (decimal): -2433572 or 14474714. OLE color: 14474714.

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

Color convert

RGB 218 221 220 -
CMYK 0.01 0 0.00 0.13
HSL 160º 0.04% 0.86% -
HSV(B) 160º 0.01% 0.87% -
XYZ 67.69 71.79 78 -
YUV 219.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 218 221 220 0.01 0 0.00 0.13 160 0.04 0.86
Hex DA DD DC 1 0 0 D A0 4 56
Octal 332 335 334 1 0 0 15 240 4 126
Binary 11011010 11011101 11011100 1 0 0 1101 10100000 100 1010110

Color Harmonies of #DADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADDDC

Black with #DADDDC

Text Example


Text Example

White with #DADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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