#DDEFF7

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

Shades of Pattens Blue #DDEFF7

Tints of Pattens Blue #DDEFF7

Color information

#DDEFF7 (or 0xDDEFF7) is unknown color: approx Pattens Blue. HEX triplet: DD, EF and F7. RGB value is (221,239,247). Sum of RGB (Red+Green+Blue) = 221+239+247=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF7 is #221008. Grayscale: #EAEAEA. Windows color (decimal): -2232329 or 16248797. OLE color: 16248797.

HSL color Cylindrical-coordinate representation of color #DDEFF7: hue angle of 198.46º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEFF7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221239247-
CMYK0.110.0300.03
HSL198.46º61.9%91.76%-
HSV(B)198.46º10.53%96.86%-
XYZ77.4783.82100.09-
YUV234.53135.04118.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.26%
GREEN value IS 239 (93.75% from 255) = 33.80%
BLUE value IS 247 (96.88% from 255) = 34.94%
R=31.26%
G=33.80%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212392470.110.0300.03198.4661.991.76
HexDDEFF7B303c63e5c
Octal3353573671330330676134
Binary110111011110111111110111101111011110001101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF7; }

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

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

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

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

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

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

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

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