#DCF2FD

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

Shades of Pattens Blue #DCF2FD

Tints of Pattens Blue #DCF2FD

Color information

#DCF2FD (or 0xDCF2FD) is unknown color: approx Pattens Blue. HEX triplet: DC, F2 and FD. RGB value is (220,242,253). Sum of RGB (Red+Green+Blue) = 220+242+253=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FD is #230D02. Grayscale: #ECECEC. Windows color (decimal): -2297091 or 16642780. OLE color: 16642780.

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

Color convert

RGB220242253-
CMYK0.130.0400.01
HSL200º89.19%92.75%-
HSV(B)200º13.04%99.22%-
XYZ7985.81105.33-
YUV236.68137.21116.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.77%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=30.77%
G=33.85%
B=35.38%

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
Decimal2202422530.130.0400.0120089.1992.75
HexDCF2FDD401c8595d
Octal33436237515401310131135
Binary1101110011110010111111011101100011100100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2FD; }

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

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

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

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

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

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

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

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