Html Css Color HEX #DDF1F6 Pattens Blue

📋 copy color: '#DDF1F6'

red 221 ◦ green 241 ◦ blue 246

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

Shades of Pattens Blue #DDF1F6

Tints of Pattens Blue #DDF1F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.75%

R = 31.21%
G = 34.04%
B = 34.75%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDF1F6 (or 0xDDF1F6) is known color: Pattens Blue. HEX triplet: DD, F1 and F6. RGB value is (221,241,246). Sum of RGB (Red+Green+Blue) = 221+241+246=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 241 (94.53% from 255 or 34.04% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDF1F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1F6 is #220E09. Grayscale: #EBEBEB. Windows color (decimal): -2231818 or 16183773. OLE color: 16183773.

HSL color Cylindrical-coordinate representation of color #DDF1F6: hue angle of 192º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF1F6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 241 246 -
CMYK 0.10 0.02 0 0.04
HSL 192º 0.58% 0.92% -
HSV(B) 192º 0.1% 0.96% -
XYZ 77.91 84.94 99.48 -
YUV 235.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 221 241 246 0.10 0.02 0 0.04 192 0.58 0.92
Hex DD F1 F6 A 2 0 4 C0 3A 5C
Octal 335 361 366 12 2 0 4 300 72 134
Binary 11011101 11110001 11110110 1010 10 0 100 11000000 111010 1011100

Color Harmonies of #DDF1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1F6

Black with #DDF1F6

Text Example


Text Example

White with #DDF1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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