#DAEBE7

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

Shades of Tranquil #DAEBE7

Tints of Tranquil #DAEBE7

Color information

#DAEBE7 (or 0xDAEBE7) is unknown color: approx Tranquil. HEX triplet: DA, EB and E7. RGB value is (218,235,231). Sum of RGB (Red+Green+Blue) = 218+235+231=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 231 (90.62% from 255 or 33.77% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEBE7 is #251418. Grayscale: #E5E5E5. Windows color (decimal): -2429977 or 15199194. OLE color: 15199194.

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

Color convert

RGB218235231-
CMYK0.0700.020.08
HSL165.88º29.82%88.82%-
HSV(B)165.88º7.23%92.16%-
XYZ73.0580.0987.21-
YUV229.46128.87119.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 231 (90.62% from 255) = 33.77%
R=31.87%
G=34.36%
B=33.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352310.0700.020.08165.8829.8288.82
HexDAEBE77028a61e59
Octal3323533477021024636131
Binary110110101110101111100111111010100010100110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBE7; }

 p { color: rgb(218,235,231); }

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

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

 a { background-color: rgb(218,235,231); }

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

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

 span { border-color: rgb(218,235,231); }

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