#DAE6EB

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

Shades of Pattens Blue #DAE6EB

Tints of Pattens Blue #DAE6EB

Color information

#DAE6EB (or 0xDAE6EB) is unknown color: approx Pattens Blue. HEX triplet: DA, E6 and EB. RGB value is (218,230,235). Sum of RGB (Red+Green+Blue) = 218+230+235=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6EB is #251914. Grayscale: #E2E2E2. Windows color (decimal): -2431253 or 15460058. OLE color: 15460058.

HSL color Cylindrical-coordinate representation of color #DAE6EB: hue angle of 197.65º 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 #DAE6EB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218230235-
CMYK0.070.0200.08
HSL197.65º29.82%88.82%-
HSV(B)197.65º7.23%92.16%-
XYZ72.2177.589.75-
YUV226.98132.52121.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 230 (90.23% from 255) = 33.67%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=31.92%
G=33.67%
B=34.41%

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
Decimal2182302350.070.0200.08197.6529.8288.82
HexDAE6EB7208c61e59
Octal3323463537201030636131
Binary110110101110011011101011111100100011000110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6EB; }

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

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

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

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

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

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

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

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