#DDE7EF

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

Shades of Pattens Blue #DDE7EF

Tints of Pattens Blue #DDE7EF

Color information

#DDE7EF (or 0xDDE7EF) is unknown color: approx Pattens Blue. HEX triplet: DD, E7 and EF. RGB value is (221,231,239). Sum of RGB (Red+Green+Blue) = 221+231+239=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EF is #221810. Grayscale: #E4E4E4. Windows color (decimal): -2234385 or 15722461. OLE color: 15722461.

HSL color Cylindrical-coordinate representation of color #DDE7EF: hue angle of 206.67º 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 #DDE7EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221231239-
CMYK0.080.0300.06
HSL206.67º36%90.2%-
HSV(B)206.67º7.53%93.73%-
XYZ73.9778.7692.96-
YUV228.92133.69122.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 231 (90.62% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=31.98%
G=33.43%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212312390.080.0300.06206.673690.2
HexDDE7EF8306cf245a
Octal3353473571030631744132
Binary1101110111100111111011111000110110110011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7EF; }

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

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

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

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

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

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

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

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