Html Css Color HEX #DDF1F9 Pattens Blue

📋 copy color: '#DDF1F9'

red 221 ◦ green 241 ◦ blue 249

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

Shades of Pattens Blue #DDF1F9

Tints of Pattens Blue #DDF1F9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.9%

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

R = 31.08%
G = 33.9%
B = 35.02%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDF1F9 (or 0xDDF1F9) is known color: Pattens Blue. HEX triplet: DD, F1 and F9. RGB value is (221,241,249). Sum of RGB (Red+Green+Blue) = 221+241+249=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1F9 is #220E06. Grayscale: #EBEBEB. Windows color (decimal): -2231815 or 16380381. OLE color: 16380381.

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

Color convert

RGB 221 241 249 -
CMYK 0.11 0.03 0 0.02
HSL 197.14º 0.7% 0.92% -
HSV(B) 197.14º 0.11% 0.98% -
XYZ 78.37 85.12 101.92 -
YUV 235.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 221 241 249 0.11 0.03 0 0.02 197.14 0.7 0.92
Hex DD F1 F9 B 3 0 2 C5 46 5C
Octal 335 361 371 13 3 0 2 305 106 134
Binary 11011101 11110001 11111001 1011 11 0 10 11000101 1000110 1011100

Color Harmonies of #DDF1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1F9

Black with #DDF1F9

Text Example


Text Example

White with #DDF1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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