#DAECE7

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

Shades of Tranquil #DAECE7

Tints of Tranquil #DAECE7

Color information

#DAECE7 (or 0xDAECE7) is unknown color: approx Tranquil. HEX triplet: DA, EC and E7. RGB value is (218,236,231). Sum of RGB (Red+Green+Blue) = 218+236+231=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECE7 is #251318. Grayscale: #E6E6E6. Windows color (decimal): -2429721 or 15199450. OLE color: 15199450.

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

Color convert

RGB218236231-
CMYK0.0800.020.07
HSL163.33º32.14%89.02%-
HSV(B)163.33º7.63%92.55%-
XYZ73.3380.6787.31-
YUV230.05128.54119.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=31.82%
G=34.45%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362310.0800.020.07163.3332.1489.02
HexDAECE78027a32059
Octal3323543471002724340131
Binary1101101011101100111001111000010111101000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECE7; }

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

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

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

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

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

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

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

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