Html Css Color HEX #D6DFDD Jagged Ice

📋 copy color: '#D6DFDD'

red 214 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #D6DFDD

Tints of Jagged Ice #D6DFDD

RGB

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

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

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

R = 32.52%
G = 33.89%
B = 33.59%

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

#D6DFDD (or 0xD6DFDD) is known color: Jagged Ice. HEX triplet: D6, DF and DD. RGB value is (214,223,221). Sum of RGB (Red+Green+Blue) = 214+223+221=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFDD is #292022. Grayscale: #DCDCDC. Windows color (decimal): -2695203 or 14540758. OLE color: 14540758.

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

Color convert

RGB 214 223 221 -
CMYK 0.04 0 0.01 0.13
HSL 166.67º 0.12% 0.86% -
HSV(B) 166.67º 0.04% 0.87% -
XYZ 67.17 72.29 78.82 -
YUV 220.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 214 223 221 0.04 0 0.01 0.13 166.67 0.12 0.86
Hex D6 DF DD 4 0 1 D A7 C 56
Octal 326 337 335 4 0 1 15 247 14 126
Binary 11010110 11011111 11011101 100 0 1 1101 10100111 1100 1010110

Color Harmonies of #D6DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFDD

Black with #D6DFDD

Text Example


Text Example

White with #D6DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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