Html Css Color HEX #D2E1DE Jagged Ice

📋 copy color: '#D2E1DE'

red 210 ◦ green 225 ◦ blue 222

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

Shades of Jagged Ice #D2E1DE

Tints of Jagged Ice #D2E1DE

RGB

 RED value IS 210 (82.42% from 255) = 31.96%

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

 BLUE value IS 222 (87.11% from 255) = 33.79%

R = 31.96%
G = 34.25%
B = 33.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#D2E1DE (or 0xD2E1DE) is known color: Jagged Ice. HEX triplet: D2, E1 and DE. RGB value is (210,225,222). Sum of RGB (Red+Green+Blue) = 210+225+222=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1DE is #2D1E21. Grayscale: #DCDCDC. Windows color (decimal): -2956834 or 14606802. OLE color: 14606802.

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

Color convert

RGB 210 225 222 -
CMYK 0.07 0 0.01 0.12
HSL 168º 0.2% 0.85% -
HSV(B) 168º 0.07% 0.88% -
XYZ 66.69 72.83 79.65 -
YUV 220.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 210 225 222 0.07 0 0.01 0.12 168 0.2 0.85
Hex D2 E1 DE 7 0 1 C A8 14 55
Octal 322 341 336 7 0 1 14 250 24 125
Binary 11010010 11100001 11011110 111 0 1 1100 10101000 10100 1010101

Color Harmonies of #D2E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1DE

Black with #D2E1DE

Text Example


Text Example

White with #D2E1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1DE; }

 p { color: rgb(210,225,222); }

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

background-color css

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

 a { background-color: rgb(210,225,222); }

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

border-color css

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

 span { border-color: rgb(210,225,222); }

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