#D5EBE6

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

Shades of Tranquil #D5EBE6

Tints of Tranquil #D5EBE6

Color information

#D5EBE6 (or 0xD5EBE6) is unknown color: approx Tranquil. HEX triplet: D5, EB and E6. RGB value is (213,235,230). Sum of RGB (Red+Green+Blue) = 213+235+230=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBE6 is #2A1419. Grayscale: #E3E3E3. Windows color (decimal): -2757658 or 15133653. OLE color: 15133653.

HSL color Cylindrical-coordinate representation of color #D5EBE6: hue angle of 166.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBE6 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB213235230-
CMYK0.0900.020.08
HSL166.36º35.48%87.84%-
HSV(B)166.36º9.36%92.16%-
XYZ71.4379.2886.4-
YUV227.85129.21117.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.42%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 230 (90.23% from 255) = 33.92%
R=31.42%
G=34.66%
B=33.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132352300.0900.020.08166.3635.4887.84
HexD5EBE69028a62358
Octal32535334611021024643130
Binary11010101111010111110011010010101000101001101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBE6; }

 p { color: rgb(213,235,230); }

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

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

 a { background-color: rgb(213,235,230); }

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

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

 span { border-color: rgb(213,235,230); }

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