#DDE7EE

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

Shades of Pattens Blue #DDE7EE

Tints of Pattens Blue #DDE7EE

Color information

#DDE7EE (or 0xDDE7EE) is unknown color: approx Pattens Blue. HEX triplet: DD, E7 and EE. RGB value is (221,231,238). Sum of RGB (Red+Green+Blue) = 221+231+238=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EE is #221811. Grayscale: #E4E4E4. Windows color (decimal): -2234386 or 15656925. OLE color: 15656925.

HSL color Cylindrical-coordinate representation of color #DDE7EE: hue angle of 204.71º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE7EE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221231238-
CMYK0.070.0300.07
HSL204.71º33.33%90%-
HSV(B)204.71º7.14%93.33%-
XYZ73.8378.792.19-
YUV228.81133.19122.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=32.03%
G=33.48%
B=34.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212312380.070.0300.07204.7133.3390
HexDDE7EE7307cd215a
Octal335347356730731541132
Binary110111011110011111101110111110111110011011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE7EE; }

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

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

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

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

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

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

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

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