#DDEFF6

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

Shades of Pattens Blue #DDEFF6

Tints of Pattens Blue #DDEFF6

Color information

#DDEFF6 (or 0xDDEFF6) is unknown color: approx Pattens Blue. HEX triplet: DD, EF and F6. RGB value is (221,239,246). Sum of RGB (Red+Green+Blue) = 221+239+246=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 239 (93.75% from 255 or 33.85% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF6 is #221009. Grayscale: #EAEAEA. Windows color (decimal): -2232330 or 16183261. OLE color: 16183261.

HSL color Cylindrical-coordinate representation of color #DDEFF6: hue angle of 196.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEFF6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221239246-
CMYK0.100.0300.04
HSL196.8º58.14%91.57%-
HSV(B)196.8º10.16%96.47%-
XYZ77.3283.7699.28-
YUV234.42134.54118.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 239 (93.75% from 255) = 33.85%
BLUE value IS 246 (96.48% from 255) = 34.84%
R=31.30%
G=33.85%
B=34.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212392460.100.0300.04196.858.1491.57
HexDDEFF6A304c53a5c
Octal3353573661230430572134
Binary1101110111101111111101101010110100110001011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF6; }

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

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

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

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

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

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

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

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