#DCEEF9

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

Shades of Pattens Blue #DCEEF9

Tints of Pattens Blue #DCEEF9

Color information

#DCEEF9 (or 0xDCEEF9) is unknown color: approx Pattens Blue. HEX triplet: DC, EE and F9. RGB value is (220,238,249). Sum of RGB (Red+Green+Blue) = 220+238+249=707 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.12% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF9 is #231106. Grayscale: #E9E9E9. Windows color (decimal): -2298119 or 16379612. OLE color: 16379612.

HSL color Cylindrical-coordinate representation of color #DCEEF9: hue angle of 202.76º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEEF9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220238249-
CMYK0.120.0400.02
HSL202.76º70.73%91.96%-
HSV(B)202.76º11.65%97.65%-
XYZ77.1983.2101.61-
YUV233.87136.54118.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.12%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=31.12%
G=33.66%
B=35.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202382490.120.0400.02202.7670.7391.96
HexDCEEF9C402cb475c
Octal33435637114402313107134
Binary11011100111011101111100111001000101100101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEF9; }

 p { color: rgb(220,238,249); }

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

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

 a { background-color: rgb(220,238,249); }

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

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

 span { border-color: rgb(220,238,249); }

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