#DCEFF3

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

Shades of Pattens Blue #DCEFF3

Tints of Pattens Blue #DCEFF3

Color information

#DCEFF3 (or 0xDCEFF3) is unknown color: approx Pattens Blue. HEX triplet: DC, EF and F3. RGB value is (220,239,243). Sum of RGB (Red+Green+Blue) = 220+239+243=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF3 is #23100C. Grayscale: #E9E9E9. Windows color (decimal): -2297869 or 15986652. OLE color: 15986652.

HSL color Cylindrical-coordinate representation of color #DCEFF3: hue angle of 190.43º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEFF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220239243-
CMYK0.090.0200.05
HSL190.43º48.94%90.78%-
HSV(B)190.43º9.47%95.29%-
XYZ76.5683.4296.86-
YUV233.77133.21118.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 243 (95.31% from 255) = 34.62%
R=31.34%
G=34.05%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202392430.090.0200.05190.4348.9490.78
HexDCEFF39205be315b
Octal3343573631120527661133
Binary1101110011101111111100111001100101101111101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFF3; }

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

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

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

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

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

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

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

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