Html Css Color HEX #D6E0DE Jagged Ice

📋 copy color: '#D6E0DE'

red 214 ◦ green 224 ◦ blue 222

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

Shades of Jagged Ice #D6E0DE

Tints of Jagged Ice #D6E0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.94%

 BLUE value IS 222 (87.11% from 255) = 33.64%

R = 32.42%
G = 33.94%
B = 33.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#D6E0DE (or 0xD6E0DE) is known color: Jagged Ice. HEX triplet: D6, E0 and DE. RGB value is (214,224,222). Sum of RGB (Red+Green+Blue) = 214+224+222=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0DE is #291F21. Grayscale: #DCDCDC. Windows color (decimal): -2694946 or 14606550. OLE color: 14606550.

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

Color convert

RGB 214 224 222 -
CMYK 0.04 0 0.01 0.12
HSL 168º 0.14% 0.86% -
HSV(B) 168º 0.04% 0.88% -
XYZ 67.57 72.88 79.61 -
YUV 220.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 214 224 222 0.04 0 0.01 0.12 168 0.14 0.86
Hex D6 E0 DE 4 0 1 C A8 E 56
Octal 326 340 336 4 0 1 14 250 16 126
Binary 11010110 11100000 11011110 100 0 1 1100 10101000 1110 1010110

Color Harmonies of #D6E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0DE

Black with #D6E0DE

Text Example


Text Example

White with #D6E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0DE; }

 p { color: rgb(214,224,222); }

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

background-color css

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

 a { background-color: rgb(214,224,222); }

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

border-color css

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

 span { border-color: rgb(214,224,222); }

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