#DDEAF6

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

Shades of Pattens Blue #DDEAF6

Tints of Pattens Blue #DDEAF6

Color information

#DDEAF6 (or 0xDDEAF6) is unknown color: approx Pattens Blue. HEX triplet: DD, EA and F6. RGB value is (221,234,246). Sum of RGB (Red+Green+Blue) = 221+234+246=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF6 is #221509. Grayscale: #E7E7E7. Windows color (decimal): -2233610 or 16181981. OLE color: 16181981.

HSL color Cylindrical-coordinate representation of color #DDEAF6: hue angle of 208.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEAF6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221234246-
CMYK0.100.0500.04
HSL208.8º58.14%91.57%-
HSV(B)208.8º10.16%96.47%-
XYZ75.8880.8798.8-
YUV231.48136.19120.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 246 (96.48% from 255) = 35.09%
R=31.53%
G=33.38%
B=35.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212342460.100.0500.04208.858.1491.57
HexDDEAF6A504d13a5c
Octal3353523661250432172134
Binary11011101111010101111011010101010100110100011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAF6; }

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

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

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

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

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

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

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

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