#D5F2ED

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

Shades of Tranquil #D5F2ED

Tints of Tranquil #D5F2ED

Color information

#D5F2ED (or 0xD5F2ED) is unknown color: approx Tranquil. HEX triplet: D5, F2 and ED. RGB value is (213,242,237). Sum of RGB (Red+Green+Blue) = 213+242+237=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2ED is #2A0D12. Grayscale: #E8E8E8. Windows color (decimal): -2755859 or 15594197. OLE color: 15594197.

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

Color convert

RGB213242237-
CMYK0.1200.020.05
HSL169.66º52.73%89.22%-
HSV(B)169.66º11.98%94.9%-
XYZ74.4883.7692.36-
YUV232.76130.39113.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.78%
GREEN value IS 242 (94.92% from 255) = 34.97%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=30.78%
G=34.97%
B=34.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132422370.1200.020.05169.6652.7389.22
HexD5F2EDC025aa3559
Octal3253623551402525265131
Binary1101010111110010111011011100010101101010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2ED; }

 p { color: rgb(213,242,237); }

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

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

 a { background-color: rgb(213,242,237); }

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

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

 span { border-color: rgb(213,242,237); }

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