#DCEFF6

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

Shades of Pattens Blue #DCEFF6

Tints of Pattens Blue #DCEFF6

Color information

#DCEFF6 (or 0xDCEFF6) is unknown color: approx Pattens Blue. HEX triplet: DC, EF and F6. RGB value is (220,239,246). Sum of RGB (Red+Green+Blue) = 220+239+246=705 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.21% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF6 is #231009. Grayscale: #EAEAEA. Windows color (decimal): -2297866 or 16183260. OLE color: 16183260.

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

Color convert

RGB220239246-
CMYK0.110.0300.04
HSL196.15º59.09%91.37%-
HSV(B)196.15º10.57%96.47%-
XYZ77.0283.699.27-
YUV234.12134.71117.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.21%
GREEN value IS 239 (93.75% from 255) = 33.90%
BLUE value IS 246 (96.48% from 255) = 34.89%
R=31.21%
G=33.90%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202392460.110.0300.04196.1559.0991.37
HexDCEFF6B304c43b5b
Octal3343573661330430473133
Binary1101110011101111111101101011110100110001001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFF6; }

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

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

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

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

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

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

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

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