#D2EFE3

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

Shades of White Ice #D2EFE3

Tints of White Ice #D2EFE3

Color information

#D2EFE3 (or 0xD2EFE3) is unknown color: approx White Ice. HEX triplet: D2, EF and E3. RGB value is (210,239,227). Sum of RGB (Red+Green+Blue) = 210+239+227=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFE3 is #2D101C. Grayscale: #E4E4E4. Windows color (decimal): -2953245 or 14938066. OLE color: 14938066.

HSL color Cylindrical-coordinate representation of color #D2EFE3: hue angle of 155.17º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2EFE3 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB210239227-
CMYK0.1200.050.06
HSL155.17º47.54%88.04%-
HSV(B)155.17º12.13%93.73%-
XYZ71.3180.9884.55-
YUV228.96126.89114.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.07%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 227 (89.06% from 255) = 33.58%
R=31.07%
G=35.36%
B=33.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392270.1200.050.06155.1747.5488.04
HexD2EFE3C0569b3058
Octal3223573431405623360130
Binary11010010111011111110001111000101110100110111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFE3; }

 p { color: rgb(210,239,227); }

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

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

 a { background-color: rgb(210,239,227); }

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

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

 span { border-color: rgb(210,239,227); }

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