#DCEAED

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

Shades of Pattens Blue #DCEAED

Tints of Pattens Blue #DCEAED

Color information

#DCEAED (or 0xDCEAED) is unknown color: approx Pattens Blue. HEX triplet: DC, EA and ED. RGB value is (220,234,237). Sum of RGB (Red+Green+Blue) = 220+234+237=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAED is #231512. Grayscale: #E6E6E6. Windows color (decimal): -2299155 or 15592156. OLE color: 15592156.

HSL color Cylindrical-coordinate representation of color #DCEAED: hue angle of 190.59º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEAED is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220234237-
CMYK0.070.0100.07
HSL190.59º32.08%89.61%-
HSV(B)190.59º7.17%92.94%-
XYZ74.2280.1891.68-
YUV230.16131.86120.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 237 (92.97% from 255) = 34.30%
R=31.84%
G=33.86%
B=34.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202342370.070.0100.07190.5932.0889.61
HexDCEAED7107bf205a
Octal334352355710727740132
Binary11011100111010101110110111110111101111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAED; }

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

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

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

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

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

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

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

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