#D7FCED

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

Shades of White Ice #D7FCED

Tints of White Ice #D7FCED

Color information

#D7FCED (or 0xD7FCED) is unknown color: approx White Ice. HEX triplet: D7, FC and ED. RGB value is (215,252,237). Sum of RGB (Red+Green+Blue) = 215+252+237=704 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.54% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FCED is #280312. Grayscale: #EFEFEF. Windows color (decimal): -2622227 or 15596759. OLE color: 15596759.

HSL color Cylindrical-coordinate representation of color #D7FCED: hue angle of 155.68º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FCED is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB215252237-
CMYK0.1500.060.01
HSL155.68º86.05%91.57%-
HSV(B)155.68º14.68%98.82%-
XYZ78.1290.1893.41-
YUV239.23126.74110.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.54%
GREEN value IS 252 (98.83% from 255) = 35.80%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=30.54%
G=35.80%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152522370.1500.060.01155.6886.0591.57
HexD7FCEDF0619c565c
Octal32737435517061234126134
Binary1101011111111100111011011111011011001110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCED; }

 p { color: rgb(215,252,237); }

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

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

 a { background-color: rgb(215,252,237); }

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

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

 span { border-color: rgb(215,252,237); }

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