#DDF2FB

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

Shades of Pattens Blue #DDF2FB

Tints of Pattens Blue #DDF2FB

Color information

#DDF2FB (or 0xDDF2FB) is unknown color: approx Pattens Blue. HEX triplet: DD, F2 and FB. RGB value is (221,242,251). Sum of RGB (Red+Green+Blue) = 221+242+251=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2FB is #220D04. Grayscale: #ECECEC. Windows color (decimal): -2231557 or 16511709. OLE color: 16511709.

HSL color Cylindrical-coordinate representation of color #DDF2FB: hue angle of 198º 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 #DDF2FB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221242251-
CMYK0.120.0400.02
HSL198º78.95%92.55%-
HSV(B)198º11.95%98.43%-
XYZ78.9885.84103.67-
YUV236.75136.04116.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 242 (94.92% from 255) = 33.89%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=30.95%
G=33.89%
B=35.15%

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
Decimal2212422510.120.0400.0219878.9592.55
HexDDF2FBC402c64f5d
Octal33536237314402306117135
Binary11011101111100101111101111001000101100011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2FB; }

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

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

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

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

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

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

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

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