#DDF0FD

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

Shades of Pattens Blue #DDF0FD

Tints of Pattens Blue #DDF0FD

Color information

#DDF0FD (or 0xDDF0FD) is unknown color: approx Pattens Blue. HEX triplet: DD, F0 and FD. RGB value is (221,240,253). Sum of RGB (Red+Green+Blue) = 221+240+253=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 240 (94.14% from 255 or 33.61% 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 #DDF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FD is #220F02. Grayscale: #EBEBEB. Windows color (decimal): -2232067 or 16642269. OLE color: 16642269.

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

Color convert

RGB221240253-
CMYK0.130.0500.01
HSL204.38º88.89%92.94%-
HSV(B)204.38º12.65%99.22%-
XYZ78.7184.78105.15-
YUV235.8137.71117.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=30.95%
G=33.61%
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
Decimal2212402530.130.0500.01204.3888.8992.94
HexDDF0FDD501cc595d
Octal33536037515501314131135
Binary1101110111110000111111011101101011100110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0FD; }

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

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

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

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

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

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

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

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