Html Css Color HEX #D8E1DF Jagged Ice

📋 copy color: '#D8E1DF'

red 216 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #D8E1DF

Tints of Jagged Ice #D8E1DF

RGB

 RED value IS 216 (84.77% from 255) = 32.53%

 GREEN value IS 225 (88.28% from 255) = 33.89%

 BLUE value IS 223 (87.5% from 255) = 33.58%

R = 32.53%
G = 33.89%
B = 33.58%

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

#D8E1DF (or 0xD8E1DF) is known color: Jagged Ice. HEX triplet: D8, E1 and DF. RGB value is (216,225,223). Sum of RGB (Red+Green+Blue) = 216+225+223=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1DF is #271E20. Grayscale: #DEDEDE. Windows color (decimal): -2563617 or 14672344. OLE color: 14672344.

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

Color convert

RGB 216 225 223 -
CMYK 0.04 0 0.01 0.12
HSL 166.67º 0.13% 0.86% -
HSV(B) 166.67º 0.04% 0.88% -
XYZ 68.56 73.78 80.44 -
YUV 222.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 216 225 223 0.04 0 0.01 0.12 166.67 0.13 0.86
Hex D8 E1 DF 4 0 1 C A7 D 56
Octal 330 341 337 4 0 1 14 247 15 126
Binary 11011000 11100001 11011111 100 0 1 1100 10100111 1101 1010110

Color Harmonies of #D8E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E1DF

Black with #D8E1DF

Text Example


Text Example

White with #D8E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E1DF; }

 p { color: rgb(216,225,223); }

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

background-color css

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

 a { background-color: rgb(216,225,223); }

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

border-color css

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

 span { border-color: rgb(216,225,223); }

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