#DCEAF0

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

Shades of Pattens Blue #DCEAF0

Tints of Pattens Blue #DCEAF0

Color information

#DCEAF0 (or 0xDCEAF0) is unknown color: approx Pattens Blue. HEX triplet: DC, EA and F0. RGB value is (220,234,240). Sum of RGB (Red+Green+Blue) = 220+234+240=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF0 is #23150F. Grayscale: #E6E6E6. Windows color (decimal): -2299152 or 15788764. OLE color: 15788764.

HSL color Cylindrical-coordinate representation of color #DCEAF0: hue angle of 198º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEAF0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220234240-
CMYK0.080.0200.06
HSL198º40%90.2%-
HSV(B)198º8.33%94.12%-
XYZ74.6780.3594.01-
YUV230.5133.36120.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=31.70%
G=33.72%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202342400.080.0200.061984090.2
HexDCEAF08206c6285a
Octal3343523601020630650132
Binary1101110011101010111100001000100110110001101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAF0; }

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

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

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

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

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

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

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

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