#DDF0FB

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

Shades of Pattens Blue #DDF0FB

Tints of Pattens Blue #DDF0FB

Color information

#DDF0FB (or 0xDDF0FB) is unknown color: approx Pattens Blue. HEX triplet: DD, F0 and FB. RGB value is (221,240,251). Sum of RGB (Red+Green+Blue) = 221+240+251=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FB is #220F04. Grayscale: #EBEBEB. Windows color (decimal): -2232069 or 16511197. OLE color: 16511197.

HSL color Cylindrical-coordinate representation of color #DDF0FB: hue angle of 202º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF0FB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221240251-
CMYK0.120.0400.02
HSL202º78.95%92.55%-
HSV(B)202º11.95%98.43%-
XYZ78.3984.66103.48-
YUV235.57136.71117.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.04%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=31.04%
G=33.71%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212402510.120.0400.0220278.9592.55
HexDDF0FBC402ca4f5d
Octal33536037314402312117135
Binary11011101111100001111101111001000101100101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0FB; }

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

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

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

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

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

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

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

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