#DDEAF1

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

Shades of Pattens Blue #DDEAF1

Tints of Pattens Blue #DDEAF1

Color information

#DDEAF1 (or 0xDDEAF1) is unknown color: approx Pattens Blue. HEX triplet: DD, EA and F1. RGB value is (221,234,241). Sum of RGB (Red+Green+Blue) = 221+234+241=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF1 is #22150E. Grayscale: #E6E6E6. Windows color (decimal): -2233615 or 15854301. OLE color: 15854301.

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

Color convert

RGB221234241-
CMYK0.080.0300.05
HSL201º41.67%90.59%-
HSV(B)201º8.3%94.51%-
XYZ75.1280.5794.81-
YUV230.91133.69120.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 241 (94.53% from 255) = 34.63%
R=31.75%
G=33.62%
B=34.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212342410.080.0300.0520141.6790.59
HexDDEAF18305c92a5b
Octal3353523611030531152133
Binary1101110111101010111100011000110101110010011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAF1; }

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

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

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

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

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

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

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

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