#DCEAF1

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

Shades of Pattens Blue #DCEAF1

Tints of Pattens Blue #DCEAF1

Color information

#DCEAF1 (or 0xDCEAF1) is unknown color: approx Pattens Blue. HEX triplet: DC, EA and F1. RGB value is (220,234,241). Sum of RGB (Red+Green+Blue) = 220+234+241=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF1 is #23150E. Grayscale: #E6E6E6. Windows color (decimal): -2299151 or 15854300. OLE color: 15854300.

HSL color Cylindrical-coordinate representation of color #DCEAF1: hue angle of 200º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEAF1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220234241-
CMYK0.090.0300.05
HSL200º42.86%90.39%-
HSV(B)200º8.71%94.51%-
XYZ74.8280.4194.8-
YUV230.61133.86120.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=31.65%
G=33.67%
B=34.68%

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
Decimal2202342410.090.0300.0520042.8690.39
HexDCEAF19305c82b5a
Octal3343523611130531053132
Binary1101110011101010111100011001110101110010001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAF1; }

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

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

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

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

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

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

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

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