#DDE6EF

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

Shades of Pattens Blue #DDE6EF

Tints of Pattens Blue #DDE6EF

Color information

#DDE6EF (or 0xDDE6EF) is unknown color: approx Pattens Blue. HEX triplet: DD, E6 and EF. RGB value is (221,230,239). Sum of RGB (Red+Green+Blue) = 221+230+239=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6EF is #221910. Grayscale: #E4E4E4. Windows color (decimal): -2234641 or 15722205. OLE color: 15722205.

HSL color Cylindrical-coordinate representation of color #DDE6EF: hue angle of 210º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE6EF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221230239-
CMYK0.080.0400.06
HSL210º36%90.2%-
HSV(B)210º7.53%93.73%-
XYZ73.778.292.87-
YUV228.34134.02122.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 230 (90.23% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=32.03%
G=33.33%
B=34.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212302390.080.0400.062103690.2
HexDDE6EF8406d2245a
Octal3353463571040632244132
Binary11011101111001101110111110001000110110100101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6EF; }

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

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

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

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

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

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

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

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