#DCEBF4

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

Shades of Pattens Blue #DCEBF4

Tints of Pattens Blue #DCEBF4

Color information

#DCEBF4 (or 0xDCEBF4) is unknown color: approx Pattens Blue. HEX triplet: DC, EB and F4. RGB value is (220,235,244). Sum of RGB (Red+Green+Blue) = 220+235+244=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 235 (92.19% from 255 or 33.62% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBF4 is #23140B. Grayscale: #E7E7E7. Windows color (decimal): -2298892 or 16051164. OLE color: 16051164.

HSL color Cylindrical-coordinate representation of color #DCEBF4: hue angle of 202.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEBF4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220235244-
CMYK0.100.0400.04
HSL202.5º52.17%90.98%-
HSV(B)202.5º9.84%95.69%-
XYZ75.5581.1697.27-
YUV231.54135.03119.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 235 (92.19% from 255) = 33.62%
BLUE value IS 244 (95.70% from 255) = 34.91%
R=31.47%
G=33.62%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202352440.100.0400.04202.552.1790.98
HexDCEBF4A404ca345b
Octal3343533641240431264133
Binary11011100111010111111010010101000100110010101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBF4; }

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

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

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

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

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

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

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

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