#DCEEFB

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

Shades of Pattens Blue #DCEEFB

Tints of Pattens Blue #DCEEFB

Color information

#DCEEFB (or 0xDCEEFB) is unknown color: approx Pattens Blue. HEX triplet: DC, EE and FB. RGB value is (220,238,251). Sum of RGB (Red+Green+Blue) = 220+238+251=709 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.03% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFB is #231104. Grayscale: #EAEAEA. Windows color (decimal): -2298117 or 16510684. OLE color: 16510684.

HSL color Cylindrical-coordinate representation of color #DCEEFB: hue angle of 205.16º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEEFB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220238251-
CMYK0.120.0500.02
HSL205.16º79.49%92.35%-
HSV(B)205.16º12.35%98.43%-
XYZ77.583.33103.27-
YUV234.1137.54117.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.03%
GREEN value IS 238 (93.36% from 255) = 33.57%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=31.03%
G=33.57%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202382510.120.0500.02205.1679.4992.35
HexDCEEFBC502cd4f5c
Octal33435637314502315117134
Binary11011100111011101111101111001010101100110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEFB; }

 p { color: rgb(220,238,251); }

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

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

 a { background-color: rgb(220,238,251); }

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

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

 span { border-color: rgb(220,238,251); }

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