#DCF2FE

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

Shades of Pattens Blue #DCF2FE

Tints of Pattens Blue #DCF2FE

Color information

#DCF2FE (or 0xDCF2FE) is unknown color: approx Pattens Blue. HEX triplet: DC, F2 and FE. RGB value is (220,242,254). Sum of RGB (Red+Green+Blue) = 220+242+254=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FE is #230D01. Grayscale: #ECECEC. Windows color (decimal): -2297090 or 16708316. OLE color: 16708316.

HSL color Cylindrical-coordinate representation of color #DCF2FE: hue angle of 201.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF2FE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220242254-
CMYK0.130.0500.00
HSL201.18º94.44%92.94%-
HSV(B)201.18º13.39%99.61%-
XYZ79.1685.88106.17-
YUV236.79137.71116.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.73%
GREEN value IS 242 (94.92% from 255) = 33.80%
BLUE value IS 254 (99.61% from 255) = 35.47%
R=30.73%
G=33.80%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202422540.130.0500.00201.1894.4492.94
HexDCF2FED500c95e5d
Octal33436237615500311136135
Binary1101110011110010111111101101101001100100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2FE; }

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

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

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

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

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

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

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

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