#DCEBF2

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

Shades of Pattens Blue #DCEBF2

Tints of Pattens Blue #DCEBF2

Color information

#DCEBF2 (or 0xDCEBF2) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F2. RGB value is (220,235,242). Sum of RGB (Red+Green+Blue) = 220+235+242=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF2 is #23140D. Grayscale: #E7E7E7. Windows color (decimal): -2298894 or 15920092. OLE color: 15920092.

HSL color Cylindrical-coordinate representation of color #DCEBF2: hue angle of 199.09º degrees, saturation: 0.46, 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 #DCEBF2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220235242-
CMYK0.090.0300.05
HSL199.09º45.83%90.59%-
HSV(B)199.09º9.09%94.9%-
XYZ75.2581.0495.68-
YUV231.31134.03119.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=31.56%
G=33.72%
B=34.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202352420.090.0300.05199.0945.8390.59
HexDCEBF29305c72e5b
Octal3343533621130530756133
Binary1101110011101011111100101001110101110001111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF2; }

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

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

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

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

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

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

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

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