Html Css Color HEX #D5E1DF Jagged Ice

📋 copy color: '#D5E1DF'

red 213 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #D5E1DF

Tints of Jagged Ice #D5E1DF

RGB

 RED value IS 213 (83.59% from 255) = 32.22%

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

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

R = 32.22%
G = 34.04%
B = 33.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#D5E1DF (or 0xD5E1DF) is known color: Jagged Ice. HEX triplet: D5, E1 and DF. RGB value is (213,225,223). Sum of RGB (Red+Green+Blue) = 213+225+223=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1DF is #2A1E20. Grayscale: #DDDDDD. Windows color (decimal): -2760225 or 14672341. OLE color: 14672341.

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

Color convert

RGB 213 225 223 -
CMYK 0.05 0 0.01 0.12
HSL 170º 0.17% 0.86% -
HSV(B) 170º 0.05% 0.88% -
XYZ 67.69 73.32 80.4 -
YUV 221.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 213 225 223 0.05 0 0.01 0.12 170 0.17 0.86
Hex D5 E1 DF 5 0 1 C AA 11 56
Octal 325 341 337 5 0 1 14 252 21 126
Binary 11010101 11100001 11011111 101 0 1 1100 10101010 10001 1010110

Color Harmonies of #D5E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E1DF

Black with #D5E1DF

Text Example


Text Example

White with #D5E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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