Html Css Color HEX #DADEDD Iceberg

📋 copy color: '#DADEDD'

red 218 ◦ green 222 ◦ blue 221

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

Shades of Iceberg #DADEDD

Tints of Iceberg #DADEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.59%

 BLUE value IS 221 (86.72% from 255) = 33.43%

R = 32.98%
G = 33.59%
B = 33.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DADEDD (or 0xDADEDD) is known color: Iceberg. HEX triplet: DA, DE and DD. RGB value is (218,222,221). Sum of RGB (Red+Green+Blue) = 218+222+221=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEDD is #252122. Grayscale: #DCDCDC. Windows color (decimal): -2433315 or 14540506. OLE color: 14540506.

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

Color convert

RGB 218 222 221 -
CMYK 0.02 0 0.00 0.13
HSL 165º 0.06% 0.86% -
HSV(B) 165º 0.02% 0.87% -
XYZ 68.09 72.37 78.79 -
YUV 220.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 218 222 221 0.02 0 0.00 0.13 165 0.06 0.86
Hex DA DE DD 2 0 0 D A5 6 56
Octal 332 336 335 2 0 0 15 245 6 126
Binary 11011010 11011110 11011101 10 0 0 1101 10100101 110 1010110

Color Harmonies of #DADEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADEDD

Black with #DADEDD

Text Example


Text Example

White with #DADEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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