#DAE9EE

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

Shades of Pattens Blue #DAE9EE

Tints of Pattens Blue #DAE9EE

Color information

#DAE9EE (or 0xDAE9EE) is unknown color: approx Pattens Blue. HEX triplet: DA, E9 and EE. RGB value is (218,233,238). Sum of RGB (Red+Green+Blue) = 218+233+238=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EE is #251611. Grayscale: #E5E5E5. Windows color (decimal): -2430482 or 15657434. OLE color: 15657434.

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

Color convert

RGB218233238-
CMYK0.080.0200.07
HSL195º37.04%89.41%-
HSV(B)195º8.4%93.33%-
XYZ73.4879.3692.33-
YUV229.08133.03120.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 238 (93.36% from 255) = 34.54%
R=31.64%
G=33.82%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182332380.080.0200.0719537.0489.41
HexDAE9EE8207c32559
Octal3323513561020730345131
Binary1101101011101001111011101000100111110000111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9EE; }

 p { color: rgb(218,233,238); }

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

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

 a { background-color: rgb(218,233,238); }

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

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

 span { border-color: rgb(218,233,238); }

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