#DCEDFB

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

Shades of Pattens Blue #DCEDFB

Tints of Pattens Blue #DCEDFB

Color information

#DCEDFB (or 0xDCEDFB) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and FB. RGB value is (220,237,251). Sum of RGB (Red+Green+Blue) = 220+237+251=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 237 (92.97% from 255 or 33.47% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFB is #231204. Grayscale: #E9E9E9. Windows color (decimal): -2298373 or 16510428. OLE color: 16510428.

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

Color convert

RGB220237251-
CMYK0.120.0600.02
HSL207.1º79.49%92.35%-
HSV(B)207.1º12.35%98.43%-
XYZ77.2182.75103.17-
YUV233.51137.87118.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.07%
GREEN value IS 237 (92.97% from 255) = 33.47%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=31.07%
G=33.47%
B=35.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202372510.120.0600.02207.179.4992.35
HexDCEDFBC602cf4f5c
Octal33435537314602317117134
Binary11011100111011011111101111001100101100111110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDFB; }

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

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

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

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

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

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

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

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