#D7F2EE

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

Shades of Tranquil #D7F2EE

Tints of Tranquil #D7F2EE

Color information

#D7F2EE (or 0xD7F2EE) is unknown color: approx Tranquil. HEX triplet: D7, F2 and EE. RGB value is (215,242,238). Sum of RGB (Red+Green+Blue) = 215+242+238=695 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.94% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F2EE is #280D11. Grayscale: #E9E9E9. Windows color (decimal): -2624786 or 15659735. OLE color: 15659735.

HSL color Cylindrical-coordinate representation of color #D7F2EE: hue angle of 171.11º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7F2EE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB215242238-
CMYK0.1100.020.05
HSL171.11º50.94%89.61%-
HSV(B)171.11º11.16%94.9%-
XYZ75.2184.1293.16-
YUV233.47130.55114.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.94%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=30.94%
G=34.82%
B=34.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152422380.1100.020.05171.1150.9489.61
HexD7F2EEB025ab335a
Octal3273623561302525363132
Binary1101011111110010111011101011010101101010111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2EE; }

 p { color: rgb(215,242,238); }

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

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

 a { background-color: rgb(215,242,238); }

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

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

 span { border-color: rgb(215,242,238); }

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