#DDEFF4

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

Shades of Pattens Blue #DDEFF4

Tints of Pattens Blue #DDEFF4

Color information

#DDEFF4 (or 0xDDEFF4) is unknown color: approx Pattens Blue. HEX triplet: DD, EF and F4. RGB value is (221,239,244). Sum of RGB (Red+Green+Blue) = 221+239+244=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF4 is #22100B. Grayscale: #EAEAEA. Windows color (decimal): -2232332 or 16052189. OLE color: 16052189.

HSL color Cylindrical-coordinate representation of color #DDEFF4: hue angle of 193.04º 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 #DDEFF4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221239244-
CMYK0.090.0200.04
HSL193.04º51.11%91.18%-
HSV(B)193.04º9.43%95.69%-
XYZ77.0183.6497.67-
YUV234.19133.54118.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=31.39%
G=33.95%
B=34.66%

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
Decimal2212392440.090.0200.04193.0451.1191.18
HexDDEFF49204c1335b
Octal3353573641120430163133
Binary1101110111101111111101001001100100110000011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF4; }

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

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

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

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

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

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

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

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