#DAE4EF

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

Shades of Pattens Blue #DAE4EF

Tints of Pattens Blue #DAE4EF

Color information

#DAE4EF (or 0xDAE4EF) is unknown color: approx Pattens Blue. HEX triplet: DA, E4 and EF. RGB value is (218,228,239). Sum of RGB (Red+Green+Blue) = 218+228+239=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EF is #251B10. Grayscale: #E2E2E2. Windows color (decimal): -2431761 or 15721690. OLE color: 15721690.

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

Color convert

RGB218228239-
CMYK0.090.0500.06
HSL211.43º39.62%89.61%-
HSV(B)211.43º8.79%93.73%-
XYZ72.2476.6292.64-
YUV226.26135.19122.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=31.82%
G=33.28%
B=34.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182282390.090.0500.06211.4339.6289.61
HexDAE4EF9506d3285a
Octal3323443571150632350132
Binary11011010111001001110111110011010110110100111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4EF; }

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

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

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

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

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

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

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

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