Html Css Color HEX #DDF0F9 Pattens Blue

📋 copy color: '#DDF0F9'

red 221 ◦ green 240 ◦ blue 249

#DDF0F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #DDF0F9

Tints of Pattens Blue #DDF0F9

RGB

 RED value IS 221 (86.72% from 255) = 31.13%

 GREEN value IS 240 (94.14% from 255) = 33.8%

 BLUE value IS 249 (97.66% from 255) = 35.07%

R = 31.13%
G = 33.8%
B = 35.07%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDF0F9 (or 0xDDF0F9) is known color: Pattens Blue. HEX triplet: DD, F0 and F9. RGB value is (221,240,249). Sum of RGB (Red+Green+Blue) = 221+240+249=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F9 is #220F06. Grayscale: #EBEBEB. Windows color (decimal): -2232071 or 16380125. OLE color: 16380125.

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

Color convert

RGB 221 240 249 -
CMYK 0.11 0.04 0 0.02
HSL 199.29º 0.7% 0.92% -
HSV(B) 199.29º 0.11% 0.98% -
XYZ 78.08 84.53 101.82 -
YUV 235.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 221 240 249 0.11 0.04 0 0.02 199.29 0.7 0.92
Hex DD F0 F9 B 4 0 2 C7 46 5C
Octal 335 360 371 13 4 0 2 307 106 134
Binary 11011101 11110000 11111001 1011 100 0 10 11000111 1000110 1011100

Color Harmonies of #DDF0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0F9

Black with #DDF0F9

Text Example


Text Example

White with #DDF0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0F9; }

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

 H1.HeaderClassName
 {
   color: #DDF0F9;
 }
 .AnyTagClassName
 {
   color: #DDF0F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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