#DAEEEB

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

Shades of Tranquil #DAEEEB

Tints of Tranquil #DAEEEB

Color information

#DAEEEB (or 0xDAEEEB) is unknown color: approx Tranquil. HEX triplet: DA, EE and EB. RGB value is (218,238,235). Sum of RGB (Red+Green+Blue) = 218+238+235=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEEB is #251114. Grayscale: #E7E7E7. Windows color (decimal): -2429205 or 15462106. OLE color: 15462106.

HSL color Cylindrical-coordinate representation of color #DAEEEB: hue angle of 171º degrees, saturation: 0.37, 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 #DAEEEB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB218238235-
CMYK0.0800.010.07
HSL171º37.04%89.41%-
HSV(B)171º8.4%93.33%-
XYZ74.4882.0590.51-
YUV231.68129.87118.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=31.55%
G=34.44%
B=34.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382350.0800.010.0717137.0489.41
HexDAEEEB8017ab2559
Octal3323563531001725345131
Binary110110101110111011101011100001111101010111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEEB; }

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

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

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

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

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

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

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

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