#DAE8EF

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

Shades of Pattens Blue #DAE8EF

Tints of Pattens Blue #DAE8EF

Color information

#DAE8EF (or 0xDAE8EF) is unknown color: approx Pattens Blue. HEX triplet: DA, E8 and EF. RGB value is (218,232,239). Sum of RGB (Red+Green+Blue) = 218+232+239=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8EF is #251710. Grayscale: #E4E4E4. Windows color (decimal): -2430737 or 15722714. OLE color: 15722714.

HSL color Cylindrical-coordinate representation of color #DAE8EF: hue angle of 200º 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 #DAE8EF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218232239-
CMYK0.090.0300.06
HSL200º39.62%89.61%-
HSV(B)200º8.79%93.73%-
XYZ73.3578.8593.02-
YUV228.61133.86120.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=31.64%
G=33.67%
B=34.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182322390.090.0300.0620039.6289.61
HexDAE8EF9306c8285a
Octal3323503571130631050132
Binary1101101011101000111011111001110110110010001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8EF; }

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

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

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

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

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

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

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

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