#D5F3ED

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

Shades of Tranquil #D5F3ED

Tints of Tranquil #D5F3ED

Color information

#D5F3ED (or 0xD5F3ED) is unknown color: approx Tranquil. HEX triplet: D5, F3 and ED. RGB value is (213,243,237). Sum of RGB (Red+Green+Blue) = 213+243+237=693 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.74% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3ED is #2A0C12. Grayscale: #E9E9E9. Windows color (decimal): -2755603 or 15594453. OLE color: 15594453.

HSL color Cylindrical-coordinate representation of color #D5F3ED: hue angle of 168º degrees, saturation: 0.56, 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 #D5F3ED is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB213243237-
CMYK0.1200.020.05
HSL168º55.56%89.41%-
HSV(B)168º12.35%95.29%-
XYZ74.7884.3692.46-
YUV233.35130.06113.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.74%
GREEN value IS 243 (95.31% from 255) = 35.06%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=30.74%
G=35.06%
B=34.20%

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
Decimal2132432370.1200.020.0516855.5689.41
HexD5F3EDC025a83859
Octal3253633551402525070131
Binary1101010111110011111011011100010101101010001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F3ED; }

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

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

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

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

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

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

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

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