#DDF1FD

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

Shades of Pattens Blue #DDF1FD

Tints of Pattens Blue #DDF1FD

Color information

#DDF1FD (or 0xDDF1FD) is unknown color: approx Pattens Blue. HEX triplet: DD, F1 and FD. RGB value is (221,241,253). Sum of RGB (Red+Green+Blue) = 221+241+253=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 241 (94.53% from 255 or 33.71% 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 #DDF1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FD is #220E02. Grayscale: #ECECEC. Windows color (decimal): -2231811 or 16642525. OLE color: 16642525.

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

Color convert

RGB221241253-
CMYK0.130.0500.01
HSL202.5º88.89%92.94%-
HSV(B)202.5º12.65%99.22%-
XYZ7985.37105.24-
YUV236.39137.37117.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.91%
GREEN value IS 241 (94.53% from 255) = 33.71%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=30.91%
G=33.71%
B=35.38%

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
Decimal2212412530.130.0500.01202.588.8992.94
HexDDF1FDD501ca595d
Octal33536137515501312131135
Binary1101110111110001111111011101101011100101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1FD; }

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

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

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

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

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

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

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

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