#DCEBF9

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

Shades of Pattens Blue #DCEBF9

Tints of Pattens Blue #DCEBF9

Color information

#DCEBF9 (or 0xDCEBF9) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F9. RGB value is (220,235,249). Sum of RGB (Red+Green+Blue) = 220+235+249=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCEBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF9 is #231406. Grayscale: #E8E8E8. Windows color (decimal): -2298887 or 16378844. OLE color: 16378844.

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

Color convert

RGB220235249-
CMYK0.120.0600.02
HSL208.97º70.73%91.96%-
HSV(B)208.97º11.65%97.65%-
XYZ76.3281.47101.33-
YUV232.11137.53119.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=31.25%
G=33.38%
B=35.37%

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
Decimal2202352490.120.0600.02208.9770.7391.96
HexDCEBF9C602d1475c
Octal33435337114602321107134
Binary11011100111010111111100111001100101101000110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF9; }

 p { color: rgb(220,235,249); }

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

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

 a { background-color: rgb(220,235,249); }

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

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

 span { border-color: rgb(220,235,249); }

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