#D3EBE6

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

Shades of Jagged Ice #D3EBE6

Tints of Jagged Ice #D3EBE6

Color information

#D3EBE6 (or 0xD3EBE6) is unknown color: approx Jagged Ice. HEX triplet: D3, EB and E6. RGB value is (211,235,230). Sum of RGB (Red+Green+Blue) = 211+235+230=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBE6 is #2C1419. Grayscale: #E3E3E3. Windows color (decimal): -2888730 or 15133651. OLE color: 15133651.

HSL color Cylindrical-coordinate representation of color #D3EBE6: hue angle of 167.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3EBE6 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB211235230-
CMYK0.1000.020.08
HSL167.5º37.5%87.45%-
HSV(B)167.5º10.21%92.16%-
XYZ70.8678.9886.37-
YUV227.25129.55116.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.21%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 230 (90.23% from 255) = 34.02%
R=31.21%
G=34.76%
B=34.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112352300.1000.020.08167.537.587.45
HexD3EBE6A028a82657
Octal32335334612021025046127
Binary11010011111010111110011010100101000101010001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EBE6; }

 p { color: rgb(211,235,230); }

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

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

 a { background-color: rgb(211,235,230); }

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

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

 span { border-color: rgb(211,235,230); }

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