#DAE7EF

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

Shades of Pattens Blue #DAE7EF

Tints of Pattens Blue #DAE7EF

Color information

#DAE7EF (or 0xDAE7EF) is unknown color: approx Pattens Blue. HEX triplet: DA, E7 and EF. RGB value is (218,231,239). Sum of RGB (Red+Green+Blue) = 218+231+239=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7EF is #251810. Grayscale: #E3E3E3. Windows color (decimal): -2430993 or 15722458. OLE color: 15722458.

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

Color convert

RGB218231239-
CMYK0.090.0300.06
HSL202.86º39.62%89.61%-
HSV(B)202.86º8.79%93.73%-
XYZ73.0778.2992.92-
YUV228.02134.19120.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=31.69%
G=33.58%
B=34.74%

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
Decimal2182312390.090.0300.06202.8639.6289.61
HexDAE7EF9306cb285a
Octal3323473571130631350132
Binary1101101011100111111011111001110110110010111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7EF; }

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

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

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

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

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

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

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

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