Html Css Color HEX #D2E1DF Jagged Ice

📋 copy color: '#D2E1DF'

red 210 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #D2E1DF

Tints of Jagged Ice #D2E1DF

RGB

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

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

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

R = 31.91%
G = 34.19%
B = 33.89%

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

#D2E1DF (or 0xD2E1DF) is known color: Jagged Ice. HEX triplet: D2, E1 and DF. RGB value is (210,225,223). Sum of RGB (Red+Green+Blue) = 210+225+223=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1DF is #2D1E20. Grayscale: #DCDCDC. Windows color (decimal): -2956833 or 14672338. OLE color: 14672338.

HSL color Cylindrical-coordinate representation of color #D2E1DF: hue angle of 172º 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 #D2E1DF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 223 -
CMYK 0.07 0 0.01 0.12
HSL 172º 0.2% 0.85% -
HSV(B) 172º 0.07% 0.88% -
XYZ 66.82 72.88 80.36 -
YUV 220.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 210 225 223 0.07 0 0.01 0.12 172 0.2 0.85
Hex D2 E1 DF 7 0 1 C AC 14 55
Octal 322 341 337 7 0 1 14 254 24 125
Binary 11010010 11100001 11011111 111 0 1 1100 10101100 10100 1010101

Color Harmonies of #D2E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1DF

Black with #D2E1DF

Text Example


Text Example

White with #D2E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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