#DDF3FA

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

Shades of Pattens Blue #DDF3FA

Tints of Pattens Blue #DDF3FA

Color information

#DDF3FA (or 0xDDF3FA) is unknown color: approx Pattens Blue. HEX triplet: DD, F3 and FA. RGB value is (221,243,250). Sum of RGB (Red+Green+Blue) = 221+243+250=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FA is #220C05. Grayscale: #EDEDED. Windows color (decimal): -2231302 or 16446429. OLE color: 16446429.

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

Color convert

RGB221243250-
CMYK0.120.0300.02
HSL194.48º74.36%92.35%-
HSV(B)194.48º11.6%98.04%-
XYZ79.1286.38102.94-
YUV237.22135.21116.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=30.95%
G=34.03%
B=35.01%

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
Decimal2212432500.120.0300.02194.4874.3692.35
HexDDF3FAC302c24a5c
Octal33536337214302302112134
Binary1101110111110011111110101100110101100001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3FA; }

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

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

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

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

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

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

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

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