#DCF3FD

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

Shades of Pattens Blue #DCF3FD

Tints of Pattens Blue #DCF3FD

Color information

#DCF3FD (or 0xDCF3FD) is unknown color: approx Pattens Blue. HEX triplet: DC, F3 and FD. RGB value is (220,243,253). Sum of RGB (Red+Green+Blue) = 220+243+253=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3FD is #230C02. Grayscale: #EDEDED. Windows color (decimal): -2296835 or 16643036. OLE color: 16643036.

HSL color Cylindrical-coordinate representation of color #DCF3FD: hue angle of 198.18º 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 #DCF3FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220243253-
CMYK0.130.0400.01
HSL198.18º89.19%92.75%-
HSV(B)198.18º13.04%99.22%-
XYZ79.386.41105.43-
YUV237.26136.88115.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.73%
GREEN value IS 243 (95.31% from 255) = 33.94%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=30.73%
G=33.94%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202432530.130.0400.01198.1889.1992.75
HexDCF3FDD401c6595d
Octal33436337515401306131135
Binary1101110011110011111111011101100011100011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3FD; }

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

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

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

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

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

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

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

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