#DDEAF4

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

Shades of Pattens Blue #DDEAF4

Tints of Pattens Blue #DDEAF4

Color information

#DDEAF4 (or 0xDDEAF4) is unknown color: approx Pattens Blue. HEX triplet: DD, EA and F4. RGB value is (221,234,244). Sum of RGB (Red+Green+Blue) = 221+234+244=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF4 is #22150B. Grayscale: #E7E7E7. Windows color (decimal): -2233612 or 16050909. OLE color: 16050909.

HSL color Cylindrical-coordinate representation of color #DDEAF4: hue angle of 206.09º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEAF4 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221234244-
CMYK0.090.0400.04
HSL206.09º51.11%91.18%-
HSV(B)206.09º9.43%95.69%-
XYZ75.5780.7597.19-
YUV231.25135.19120.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 234 (91.80% from 255) = 33.48%
BLUE value IS 244 (95.70% from 255) = 34.91%
R=31.62%
G=33.48%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212342440.090.0400.04206.0951.1191.18
HexDDEAF49404ce335b
Octal3353523641140431663133
Binary11011101111010101111010010011000100110011101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAF4; }

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

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

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

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

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

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

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

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