#DCEEFA

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

Shades of Pattens Blue #DCEEFA

Tints of Pattens Blue #DCEEFA

Color information

#DCEEFA (or 0xDCEEFA) is unknown color: approx Pattens Blue. HEX triplet: DC, EE and FA. RGB value is (220,238,250). Sum of RGB (Red+Green+Blue) = 220+238+250=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFA is #231105. Grayscale: #E9E9E9. Windows color (decimal): -2298118 or 16445148. OLE color: 16445148.

HSL color Cylindrical-coordinate representation of color #DCEEFA: hue angle of 204º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEEFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220238250-
CMYK0.120.0500.02
HSL204º75%92.16%-
HSV(B)204º12%98.04%-
XYZ77.3583.27102.44-
YUV233.99137.04118.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.07%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=31.07%
G=33.62%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202382500.120.0500.022047592.16
HexDCEEFAC502cc4b5c
Octal33435637214502314113134
Binary11011100111011101111101011001010101100110010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEFA; }

 p { color: rgb(220,238,250); }

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

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

 a { background-color: rgb(220,238,250); }

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

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

 span { border-color: rgb(220,238,250); }

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