#DAEAEE

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

Shades of Pattens Blue #DAEAEE

Tints of Pattens Blue #DAEAEE

Color information

#DAEAEE (or 0xDAEAEE) is unknown color: approx Pattens Blue. HEX triplet: DA, EA and EE. RGB value is (218,234,238). Sum of RGB (Red+Green+Blue) = 218+234+238=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAEE is #251511. Grayscale: #E5E5E5. Windows color (decimal): -2430226 or 15657690. OLE color: 15657690.

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

Color convert

RGB218234238-
CMYK0.080.0200.07
HSL192º37.04%89.41%-
HSV(B)192º8.4%93.33%-
XYZ73.7779.9292.43-
YUV229.67132.7119.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=31.59%
G=33.91%
B=34.49%

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
Decimal2182342380.080.0200.0719237.0489.41
HexDAEAEE8207c02559
Octal3323523561020730045131
Binary1101101011101010111011101000100111110000001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAEE; }

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

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

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

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

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

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

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

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