Html Css Color HEX #D7E1DF Jagged Ice

📋 copy color: '#D7E1DF'

red 215 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #D7E1DF

Tints of Jagged Ice #D7E1DF

RGB

 RED value IS 215 (84.38% from 255) = 32.43%

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

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

R = 32.43%
G = 33.94%
B = 33.63%

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

#D7E1DF (or 0xD7E1DF) is known color: Jagged Ice. HEX triplet: D7, E1 and DF. RGB value is (215,225,223). Sum of RGB (Red+Green+Blue) = 215+225+223=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1DF is #281E20. Grayscale: #DDDDDD. Windows color (decimal): -2629153 or 14672343. OLE color: 14672343.

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

Color convert

RGB 215 225 223 -
CMYK 0.04 0 0.01 0.12
HSL 168º 0.14% 0.86% -
HSV(B) 168º 0.04% 0.88% -
XYZ 68.27 73.63 80.42 -
YUV 221.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 215 225 223 0.04 0 0.01 0.12 168 0.14 0.86
Hex D7 E1 DF 4 0 1 C A8 E 56
Octal 327 341 337 4 0 1 14 250 16 126
Binary 11010111 11100001 11011111 100 0 1 1100 10101000 1110 1010110

Color Harmonies of #D7E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E1DF

Black with #D7E1DF

Text Example


Text Example

White with #D7E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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