#DCEAF3

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

Shades of Pattens Blue #DCEAF3

Tints of Pattens Blue #DCEAF3

Color information

#DCEAF3 (or 0xDCEAF3) is unknown color: approx Pattens Blue. HEX triplet: DC, EA and F3. RGB value is (220,234,243). Sum of RGB (Red+Green+Blue) = 220+234+243=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF3 is #23150C. Grayscale: #E6E6E6. Windows color (decimal): -2299149 or 15985372. OLE color: 15985372.

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

Color convert

RGB220234243-
CMYK0.090.0400.05
HSL203.48º48.94%90.78%-
HSV(B)203.48º9.47%95.29%-
XYZ75.1280.5396.38-
YUV230.84134.86120.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=31.56%
G=33.57%
B=34.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202342430.090.0400.05203.4848.9490.78
HexDCEAF39405cb315b
Octal3343523631140531361133
Binary11011100111010101111001110011000101110010111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAF3; }

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

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

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

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

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

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

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

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