Html Css Color HEX #D6DFDC Iceberg

📋 copy color: '#D6DFDC'

red 214 ◦ green 223 ◦ blue 220

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

Shades of Iceberg #D6DFDC

Tints of Iceberg #D6DFDC

RGB

 RED value IS 214 (83.98% from 255) = 32.57%

 GREEN value IS 223 (87.5% from 255) = 33.94%

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

R = 32.57%
G = 33.94%
B = 33.49%

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

#D6DFDC (or 0xD6DFDC) is known color: Iceberg. HEX triplet: D6, DF and DC. RGB value is (214,223,220). Sum of RGB (Red+Green+Blue) = 214+223+220=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFDC is #292023. Grayscale: #DBDBDB. Windows color (decimal): -2695204 or 14475222. OLE color: 14475222.

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

Color convert

RGB 214 223 220 -
CMYK 0.04 0 0.01 0.13
HSL 160º 0.12% 0.86% -
HSV(B) 160º 0.04% 0.87% -
XYZ 67.04 72.24 78.12 -
YUV 219.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 214 223 220 0.04 0 0.01 0.13 160 0.12 0.86
Hex D6 DF DC 4 0 1 D A0 C 56
Octal 326 337 334 4 0 1 15 240 14 126
Binary 11010110 11011111 11011100 100 0 1 1101 10100000 1100 1010110

Color Harmonies of #D6DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFDC

Black with #D6DFDC

Text Example


Text Example

White with #D6DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFDC; }

 p { color: rgb(214,223,220); }

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

background-color css

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

 a { background-color: rgb(214,223,220); }

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

border-color css

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

 span { border-color: rgb(214,223,220); }

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