#DCEEFD

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

Shades of Pattens Blue #DCEEFD

Tints of Pattens Blue #DCEEFD

Color information

#DCEEFD (or 0xDCEEFD) is unknown color: approx Pattens Blue. HEX triplet: DC, EE and FD. RGB value is (220,238,253). Sum of RGB (Red+Green+Blue) = 220+238+253=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEFD is #231102. Grayscale: #EAEAEA. Windows color (decimal): -2298115 or 16641756. OLE color: 16641756.

HSL color Cylindrical-coordinate representation of color #DCEEFD: hue angle of 207.27º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEEFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220238253-
CMYK0.130.0600.01
HSL207.27º89.19%92.75%-
HSV(B)207.27º13.04%99.22%-
XYZ77.8283.46104.94-
YUV234.33138.54117.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.94%
GREEN value IS 238 (93.36% from 255) = 33.47%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=30.94%
G=33.47%
B=35.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202382530.130.0600.01207.2789.1992.75
HexDCEEFDD601cf595d
Octal33435637515601317131135
Binary1101110011101110111111011101110011100111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEFD; }

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

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

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

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

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

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

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

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