#DDEEFC

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

Shades of Pattens Blue #DDEEFC

Tints of Pattens Blue #DDEEFC

Color information

#DDEEFC (or 0xDDEEFC) is unknown color: approx Pattens Blue. HEX triplet: DD, EE and FC. RGB value is (221,238,252). Sum of RGB (Red+Green+Blue) = 221+238+252=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFC is #221103. Grayscale: #EAEAEA. Windows color (decimal): -2232580 or 16576221. OLE color: 16576221.

HSL color Cylindrical-coordinate representation of color #DDEEFC: hue angle of 207.1º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEEFC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221238252-
CMYK0.120.0600.01
HSL207.1º83.78%92.75%-
HSV(B)207.1º12.3%98.82%-
XYZ77.9683.55104.11-
YUV234.51137.87118.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=31.08%
G=33.47%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212382520.120.0600.01207.183.7892.75
HexDDEEFCC601cf545d
Octal33535637414601317124135
Binary1101110111101110111111001100110011100111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEFC; }

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

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

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

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

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

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

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

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