Html Css Color HEX #DDF1FA Pattens Blue

📋 copy color: '#DDF1FA'

red 221 ◦ green 241 ◦ blue 250

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

Shades of Pattens Blue #DDF1FA

Tints of Pattens Blue #DDF1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 31.04%
G = 33.85%
B = 35.11%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDF1FA (or 0xDDF1FA) is known color: Pattens Blue. HEX triplet: DD, F1 and FA. RGB value is (221,241,250). Sum of RGB (Red+Green+Blue) = 221+241+250=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 241 (94.53% from 255 or 33.85% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FA is #220E05. Grayscale: #EBEBEB. Windows color (decimal): -2231814 or 16445917. OLE color: 16445917.

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

Color convert

RGB 221 241 250 -
CMYK 0.12 0.04 0 0.02
HSL 198.62º 0.74% 0.92% -
HSV(B) 198.62º 0.12% 0.98% -
XYZ 78.53 85.18 102.75 -
YUV 236.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 221 241 250 0.12 0.04 0 0.02 198.62 0.74 0.92
Hex DD F1 FA C 4 0 2 C7 4A 5C
Octal 335 361 372 14 4 0 2 307 112 134
Binary 11011101 11110001 11111010 1100 100 0 10 11000111 1001010 1011100

Color Harmonies of #DDF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1FA

Black with #DDF1FA

Text Example


Text Example

White with #DDF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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