#D3E7E2

Color #D3E7E2 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #D3E7E2

Tints of Jagged Ice #D3E7E2

Color information

#D3E7E2 (or 0xD3E7E2) is unknown color: approx Jagged Ice. HEX triplet: D3, E7 and E2. RGB value is (211,231,226). Sum of RGB (Red+Green+Blue) = 211+231+226=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E7E2 is #2C181D. Grayscale: #E0E0E0. Windows color (decimal): -2889758 or 14870483. OLE color: 14870483.

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

Color convert

RGB211231226-
CMYK0.0900.020.09
HSL165º29.41%86.67%-
HSV(B)165º8.66%90.59%-
XYZ69.1776.4983.07-
YUV224.45128.87118.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.59%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=31.59%
G=34.58%
B=33.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112312260.0900.020.0916529.4186.67
HexD3E7E29029a51d57
Octal32334734211021124535127
Binary1101001111100111111000101001010100110100101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E7E2; }

 p { color: rgb(211,231,226); }

 H1.HeaderClassName
 {
   color: #D3E7E2;
 }
 .AnyTagClassName
 {
   color: #D3E7E2;
 }
</style>
background-color css

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

 a { background-color: rgb(211,231,226); }

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

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

 span { border-color: rgb(211,231,226); }

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