#DAEFEC

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

Shades of Tranquil #DAEFEC

Tints of Tranquil #DAEFEC

Color information

#DAEFEC (or 0xDAEFEC) is unknown color: approx Tranquil. HEX triplet: DA, EF and EC. RGB value is (218,239,236). Sum of RGB (Red+Green+Blue) = 218+239+236=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFEC is #251013. Grayscale: #E8E8E8. Windows color (decimal): -2428948 or 15527898. OLE color: 15527898.

HSL color Cylindrical-coordinate representation of color #DAEFEC: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFEC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB218239236-
CMYK0.0900.010.06
HSL171.43º39.62%89.61%-
HSV(B)171.43º8.79%93.73%-
XYZ74.9282.6991.37-
YUV232.38130.04117.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.46%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=31.46%
G=34.49%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392360.0900.010.06171.4339.6289.61
HexDAEFEC9016ab285a
Octal3323573541101625350132
Binary110110101110111111101100100101110101010111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFEC; }

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

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

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

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

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

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

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

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