#DDF3FB

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

Shades of Pattens Blue #DDF3FB

Tints of Pattens Blue #DDF3FB

Color information

#DDF3FB (or 0xDDF3FB) is unknown color: approx Pattens Blue. HEX triplet: DD, F3 and FB. RGB value is (221,243,251). Sum of RGB (Red+Green+Blue) = 221+243+251=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FB is #220C04. Grayscale: #EDEDED. Windows color (decimal): -2231301 or 16511965. OLE color: 16511965.

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

Color convert

RGB221243251-
CMYK0.120.0300.02
HSL196º78.95%92.55%-
HSV(B)196º11.95%98.43%-
XYZ79.2886.44103.77-
YUV237.33135.71116.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.91%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=30.91%
G=33.99%
B=35.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212432510.120.0300.0219678.9592.55
HexDDF3FBC302c44f5d
Octal33536337314302304117135
Binary1101110111110011111110111100110101100010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3FB; }

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

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

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

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

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

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

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

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