#DDEAED

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

Shades of Pattens Blue #DDEAED

Tints of Pattens Blue #DDEAED

Color information

#DDEAED (or 0xDDEAED) is unknown color: approx Pattens Blue. HEX triplet: DD, EA and ED. RGB value is (221,234,237). Sum of RGB (Red+Green+Blue) = 221+234+237=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAED is #221512. Grayscale: #E6E6E6. Windows color (decimal): -2233619 or 15592157. OLE color: 15592157.

HSL color Cylindrical-coordinate representation of color #DDEAED: hue angle of 191.25º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEAED is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221234237-
CMYK0.070.0100.07
HSL191.25º30.77%89.8%-
HSV(B)191.25º6.75%92.94%-
XYZ74.5380.3391.7-
YUV230.46131.69121.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=31.94%
G=33.82%
B=34.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212342370.070.0100.07191.2530.7789.8
HexDDEAED7107bf1f5a
Octal335352355710727737132
Binary1101110111101010111011011111011110111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAED; }

 p { color: rgb(221,234,237); }

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

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

 a { background-color: rgb(221,234,237); }

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

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

 span { border-color: rgb(221,234,237); }

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