#DDF3FD

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

Shades of Pattens Blue #DDF3FD

Tints of Pattens Blue #DDF3FD

Color information

#DDF3FD (or 0xDDF3FD) is unknown color: approx Pattens Blue. HEX triplet: DD, F3 and FD. RGB value is (221,243,253). Sum of RGB (Red+Green+Blue) = 221+243+253=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FD is #220C02. Grayscale: #EDEDED. Windows color (decimal): -2231299 or 16643037. OLE color: 16643037.

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

Color convert

RGB221243253-
CMYK0.130.0400.01
HSL198.75º88.89%92.94%-
HSV(B)198.75º12.65%99.22%-
XYZ79.686.57105.44-
YUV237.56136.71116.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.82%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=30.82%
G=33.89%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212432530.130.0400.01198.7588.8992.94
HexDDF3FDD401c7595d
Octal33536337515401307131135
Binary1101110111110011111111011101100011100011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3FD; }

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

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

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

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

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

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

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

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