#DDEEF4

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

Shades of Pattens Blue #DDEEF4

Tints of Pattens Blue #DDEEF4

Color information

#DDEEF4 (or 0xDDEEF4) is unknown color: approx Pattens Blue. HEX triplet: DD, EE and F4. RGB value is (221,238,244). Sum of RGB (Red+Green+Blue) = 221+238+244=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF4 is #22110B. Grayscale: #E9E9E9. Windows color (decimal): -2232588 or 16051933. OLE color: 16051933.

HSL color Cylindrical-coordinate representation of color #DDEEF4: hue angle of 195.65º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEEF4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221238244-
CMYK0.090.0200.04
HSL195.65º51.11%91.18%-
HSV(B)195.65º9.43%95.69%-
XYZ76.7283.0597.58-
YUV233.6133.87119.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 238 (93.36% from 255) = 33.85%
BLUE value IS 244 (95.70% from 255) = 34.71%
R=31.44%
G=33.85%
B=34.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212382440.090.0200.04195.6551.1191.18
HexDDEEF49204c4335b
Octal3353563641120430463133
Binary1101110111101110111101001001100100110001001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEF4; }

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

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

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

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

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

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

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

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