Html Css Color HEX #D1E8E3 Jagged Ice

📋 copy color: '#D1E8E3'

red 209 ◦ green 232 ◦ blue 227

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

Shades of Jagged Ice #D1E8E3

Tints of Jagged Ice #D1E8E3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.73%

 BLUE value IS 227 (89.06% from 255) = 33.98%

R = 31.29%
G = 34.73%
B = 33.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#D1E8E3 (or 0xD1E8E3) is known color: Jagged Ice. HEX triplet: D1, E8 and E3. RGB value is (209,232,227). Sum of RGB (Red+Green+Blue) = 209+232+227=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E8E3 is #2E171C. Grayscale: #E0E0E0. Windows color (decimal): -3020573 or 14936273. OLE color: 14936273.

HSL color Cylindrical-coordinate representation of color #D1E8E3: hue angle of 166.96º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E8E3 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 232 227 -
CMYK 0.10 0 0.02 0.09
HSL 166.96º 0.33% 0.86% -
HSV(B) 166.96º 0.1% 0.91% -
XYZ 69.02 76.81 83.86 -
YUV 224.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 209 232 227 0.10 0 0.02 0.09 166.96 0.33 0.86
Hex D1 E8 E3 A 0 2 9 A7 21 56
Octal 321 350 343 12 0 2 11 247 41 126
Binary 11010001 11101000 11100011 1010 0 10 1001 10100111 100001 1010110

Color Harmonies of #D1E8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E8E3

Black with #D1E8E3

Text Example


Text Example

White with #D1E8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E8E3; }

 p { color: rgb(209,232,227); }

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

background-color css

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

 a { background-color: rgb(209,232,227); }

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

border-color css

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

 span { border-color: rgb(209,232,227); }

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