#DCEFF4

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

Shades of Pattens Blue #DCEFF4

Tints of Pattens Blue #DCEFF4

Color information

#DCEFF4 (or 0xDCEFF4) is unknown color: approx Pattens Blue. HEX triplet: DC, EF and F4. RGB value is (220,239,244). Sum of RGB (Red+Green+Blue) = 220+239+244=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCEFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF4 is #23100B. Grayscale: #E9E9E9. Windows color (decimal): -2297868 or 16052188. OLE color: 16052188.

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

Color convert

RGB220239244-
CMYK0.100.0200.04
HSL192.5º52.17%90.98%-
HSV(B)192.5º9.84%95.69%-
XYZ76.7183.4897.66-
YUV233.89133.71118.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 244 (95.70% from 255) = 34.71%
R=31.29%
G=34.00%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202392440.100.0200.04192.552.1790.98
HexDCEFF4A204c0345b
Octal3343573641220430064133
Binary1101110011101111111101001010100100110000001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFF4; }

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

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

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

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

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

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

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

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