#DDEFF9

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

Shades of Pattens Blue #DDEFF9

Tints of Pattens Blue #DDEFF9

Color information

#DDEFF9 (or 0xDDEFF9) is unknown color: approx Pattens Blue. HEX triplet: DD, EF and F9. RGB value is (221,239,249). Sum of RGB (Red+Green+Blue) = 221+239+249=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDEFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF9 is #221006. Grayscale: #EAEAEA. Windows color (decimal): -2232327 or 16379869. OLE color: 16379869.

HSL color Cylindrical-coordinate representation of color #DDEFF9: hue angle of 201.43º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEFF9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221239249-
CMYK0.110.0400.02
HSL201.43º70%92.16%-
HSV(B)201.43º11.24%97.65%-
XYZ77.7883.94101.73-
YUV234.76136.04118.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.17%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 249 (97.66% from 255) = 35.12%
R=31.17%
G=33.71%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212392490.110.0400.02201.437092.16
HexDDEFF9B402c9465c
Octal33535737113402311106134
Binary11011101111011111111100110111000101100100110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF9; }

 p { color: rgb(221,239,249); }

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

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

 a { background-color: rgb(221,239,249); }

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

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

 span { border-color: rgb(221,239,249); }

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