Html Css Color HEX #DDF1FB Pattens Blue

📋 copy color: '#DDF1FB'

red 221 ◦ green 241 ◦ blue 251

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

Shades of Pattens Blue #DDF1FB

Tints of Pattens Blue #DDF1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.2%

R = 31%
G = 33.8%
B = 35.2%

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

#DDF1FB (or 0xDDF1FB) is known color: Pattens Blue. HEX triplet: DD, F1 and FB. RGB value is (221,241,251). Sum of RGB (Red+Green+Blue) = 221+241+251=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FB is #220E04. Grayscale: #ECECEC. Windows color (decimal): -2231813 or 16511453. OLE color: 16511453.

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

Color convert

RGB 221 241 251 -
CMYK 0.12 0.04 0 0.02
HSL 200º 0.79% 0.93% -
HSV(B) 200º 0.12% 0.98% -
XYZ 78.69 85.25 103.57 -
YUV 236.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 221 241 251 0.12 0.04 0 0.02 200 0.79 0.93
Hex DD F1 FB C 4 0 2 C8 4F 5D
Octal 335 361 373 14 4 0 2 310 117 135
Binary 11011101 11110001 11111011 1100 100 0 10 11001000 1001111 1011101

Color Harmonies of #DDF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1FB

Black with #DDF1FB

Text Example


Text Example

White with #DDF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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