Html Css Color HEX #D1EDE7 Jagged Ice

📋 copy color: '#D1EDE7'

red 209 ◦ green 237 ◦ blue 231

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

Shades of Jagged Ice #D1EDE7

Tints of Jagged Ice #D1EDE7

RGB

 RED value IS 209 (82.03% from 255) = 30.87%

 GREEN value IS 237 (92.97% from 255) = 35.01%

 BLUE value IS 231 (90.63% from 255) = 34.12%

R = 30.87%
G = 35.01%
B = 34.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#D1EDE7 (or 0xD1EDE7) is known color: Jagged Ice. HEX triplet: D1, ED and E7. RGB value is (209,237,231). Sum of RGB (Red+Green+Blue) = 209+237+231=677 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.87% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDE7 is #2E1218. Grayscale: #E3E3E3. Windows color (decimal): -3019289 or 15199697. OLE color: 15199697.

HSL color Cylindrical-coordinate representation of color #D1EDE7: hue angle of 167.14º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EDE7 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 231 -
CMYK 0.12 0 0.03 0.07
HSL 167.14º 0.44% 0.87% -
HSV(B) 167.14º 0.12% 0.93% -
XYZ 71 79.89 87.28 -
YUV 227.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 209 237 231 0.12 0 0.03 0.07 167.14 0.44 0.87
Hex D1 ED E7 C 0 3 7 A7 2C 57
Octal 321 355 347 14 0 3 7 247 54 127
Binary 11010001 11101101 11100111 1100 0 11 111 10100111 101100 1010111

Color Harmonies of #D1EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDE7

Black with #D1EDE7

Text Example


Text Example

White with #D1EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDE7; }

 p { color: rgb(209,237,231); }

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

background-color css

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

 a { background-color: rgb(209,237,231); }

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

border-color css

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

 span { border-color: rgb(209,237,231); }

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