#DCF1FD

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

Shades of Pattens Blue #DCF1FD

Tints of Pattens Blue #DCF1FD

Color information

#DCF1FD (or 0xDCF1FD) is unknown color: approx Pattens Blue. HEX triplet: DC, F1 and FD. RGB value is (220,241,253). Sum of RGB (Red+Green+Blue) = 220+241+253=714 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.81% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1FD is #230E02. Grayscale: #ECECEC. Windows color (decimal): -2297347 or 16642524. OLE color: 16642524.

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

Color convert

RGB220241253-
CMYK0.130.0500.01
HSL201.82º89.19%92.75%-
HSV(B)201.82º13.04%99.22%-
XYZ78.785.22105.23-
YUV236.09137.54116.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.81%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=30.81%
G=33.75%
B=35.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202412530.130.0500.01201.8289.1992.75
HexDCF1FDD501ca595d
Octal33436137515501312131135
Binary1101110011110001111111011101101011100101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1FD; }

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

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

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

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

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

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

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

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