#DCEAF2

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

Shades of Pattens Blue #DCEAF2

Tints of Pattens Blue #DCEAF2

Color information

#DCEAF2 (or 0xDCEAF2) is unknown color: approx Pattens Blue. HEX triplet: DC, EA and F2. RGB value is (220,234,242). Sum of RGB (Red+Green+Blue) = 220+234+242=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF2 is #23150D. Grayscale: #E6E6E6. Windows color (decimal): -2299150 or 15919836. OLE color: 15919836.

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

Color convert

RGB220234242-
CMYK0.090.0300.05
HSL201.82º45.83%90.59%-
HSV(B)201.82º9.09%94.9%-
XYZ74.9780.4795.59-
YUV230.73134.36120.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.61%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 242 (94.92% from 255) = 34.77%
R=31.61%
G=33.62%
B=34.77%

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
Decimal2202342420.090.0300.05201.8245.8390.59
HexDCEAF29305ca2e5b
Octal3343523621130531256133
Binary1101110011101010111100101001110101110010101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAF2; }

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

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

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

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

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

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

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

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