#DCECF4

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

Shades of Pattens Blue #DCECF4

Tints of Pattens Blue #DCECF4

Color information

#DCECF4 (or 0xDCECF4) is unknown color: approx Pattens Blue. HEX triplet: DC, EC and F4. RGB value is (220,236,244). Sum of RGB (Red+Green+Blue) = 220+236+244=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECF4 is #23130B. Grayscale: #E8E8E8. Windows color (decimal): -2298636 or 16051420. OLE color: 16051420.

HSL color Cylindrical-coordinate representation of color #DCECF4: hue angle of 200º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCECF4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220236244-
CMYK0.100.0300.04
HSL200º52.17%90.98%-
HSV(B)200º9.84%95.69%-
XYZ75.8481.7497.37-
YUV232.13134.7119.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 244 (95.70% from 255) = 34.86%
R=31.43%
G=33.71%
B=34.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202362440.100.0300.0420052.1790.98
HexDCECF4A304c8345b
Octal3343543641230431064133
Binary1101110011101100111101001010110100110010001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECF4; }

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

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

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

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

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

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

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

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