#DCECF7

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

Shades of Pattens Blue #DCECF7

Tints of Pattens Blue #DCECF7

Color information

#DCECF7 (or 0xDCECF7) is unknown color: approx Pattens Blue. HEX triplet: DC, EC and F7. RGB value is (220,236,247). Sum of RGB (Red+Green+Blue) = 220+236+247=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF7 is #231308. Grayscale: #E8E8E8. Windows color (decimal): -2298633 or 16248028. OLE color: 16248028.

HSL color Cylindrical-coordinate representation of color #DCECF7: hue angle of 204.44º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCECF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220236247-
CMYK0.110.0400.03
HSL204.44º62.79%91.57%-
HSV(B)204.44º10.93%96.86%-
XYZ76.381.9299.79-
YUV232.47136.2119.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 236 (92.58% from 255) = 33.57%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=31.29%
G=33.57%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202362470.110.0400.03204.4462.7991.57
HexDCECF7B403cc3f5c
Octal3343543671340331477134
Binary1101110011101100111101111011100011110011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECF7; }

 p { color: rgb(220,236,247); }

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

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

 a { background-color: rgb(220,236,247); }

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

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

 span { border-color: rgb(220,236,247); }

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