#DAE7EB

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

Shades of Pattens Blue #DAE7EB

Tints of Pattens Blue #DAE7EB

Color information

#DAE7EB (or 0xDAE7EB) is unknown color: approx Pattens Blue. HEX triplet: DA, E7 and EB. RGB value is (218,231,235). Sum of RGB (Red+Green+Blue) = 218+231+235=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7EB is #251814. Grayscale: #E3E3E3. Windows color (decimal): -2430997 or 15460314. OLE color: 15460314.

HSL color Cylindrical-coordinate representation of color #DAE7EB: hue angle of 194.12º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE7EB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218231235-
CMYK0.070.0200.08
HSL194.12º29.82%88.82%-
HSV(B)194.12º7.23%92.16%-
XYZ72.4878.0689.84-
YUV227.57132.19121.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 231 (90.62% from 255) = 33.77%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=31.87%
G=33.77%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182312350.070.0200.08194.1229.8288.82
HexDAE7EB7208c21e59
Octal3323473537201030236131
Binary110110101110011111101011111100100011000010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7EB; }

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

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

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

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

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

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

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

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