Html Css Color HEX #D1E6E1 Jagged Ice

📋 copy color: '#D1E6E1'

red 209 ◦ green 230 ◦ blue 225

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

Shades of Jagged Ice #D1E6E1

Tints of Jagged Ice #D1E6E1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.64%

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

R = 31.48%
G = 34.64%
B = 33.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#D1E6E1 (or 0xD1E6E1) is known color: Jagged Ice. HEX triplet: D1, E6 and E1. RGB value is (209,230,225). Sum of RGB (Red+Green+Blue) = 209+230+225=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E6E1 is #2E191E. Grayscale: #DFDFDF. Windows color (decimal): -3021087 or 14804689. OLE color: 14804689.

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

Color convert

RGB 209 230 225 -
CMYK 0.09 0 0.02 0.10
HSL 165.71º 0.3% 0.86% -
HSV(B) 165.71º 0.09% 0.9% -
XYZ 68.18 75.59 82.23 -
YUV 223.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 209 230 225 0.09 0 0.02 0.10 165.71 0.3 0.86
Hex D1 E6 E1 9 0 2 A A6 1E 56
Octal 321 346 341 11 0 2 12 246 36 126
Binary 11010001 11100110 11100001 1001 0 10 1010 10100110 11110 1010110

Color Harmonies of #D1E6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E6E1

Black with #D1E6E1

Text Example


Text Example

White with #D1E6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E6E1; }

 p { color: rgb(209,230,225); }

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

background-color css

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

 a { background-color: rgb(209,230,225); }

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

border-color css

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

 span { border-color: rgb(209,230,225); }

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