#DDEAF2

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

Shades of Pattens Blue #DDEAF2

Tints of Pattens Blue #DDEAF2

Color information

#DDEAF2 (or 0xDDEAF2) is unknown color: approx Pattens Blue. HEX triplet: DD, EA and F2. RGB value is (221,234,242). Sum of RGB (Red+Green+Blue) = 221+234+242=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF2 is #22150D. Grayscale: #E6E6E6. Windows color (decimal): -2233614 or 15919837. OLE color: 15919837.

HSL color Cylindrical-coordinate representation of color #DDEAF2: hue angle of 202.86º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEAF2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221234242-
CMYK0.090.0300.05
HSL202.86º44.68%90.78%-
HSV(B)202.86º8.68%94.9%-
XYZ75.2780.6395.6-
YUV231.02134.19120.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=31.71%
G=33.57%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212342420.090.0300.05202.8644.6890.78
HexDDEAF29305cb2d5b
Octal3353523621130531355133
Binary1101110111101010111100101001110101110010111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAF2; }

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

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

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

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

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

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

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

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