Html Css Color HEX #D1E2F5 Pattens Blue

📋 copy color: '#D1E2F5'

red 209 ◦ green 226 ◦ blue 245

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

Shades of Pattens Blue #D1E2F5

Tints of Pattens Blue #D1E2F5

RGB

 RED value IS 209 (82.03% from 255) = 30.74%

 GREEN value IS 226 (88.67% from 255) = 33.24%

 BLUE value IS 245 (96.09% from 255) = 36.03%

R = 30.74%
G = 33.24%
B = 36.03%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1E2F5 (or 0xD1E2F5) is known color: Pattens Blue. HEX triplet: D1, E2 and F5. RGB value is (209,226,245). Sum of RGB (Red+Green+Blue) = 209+226+245=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1E2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E2F5 is #2E1D0A. Grayscale: #DEDEDE. Windows color (decimal): -3022091 or 16114385. OLE color: 16114385.

HSL color Cylindrical-coordinate representation of color #D1E2F5: hue angle of 211.67º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1E2F5 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 226 245 -
CMYK 0.15 0.08 0 0.04
HSL 211.67º 0.64% 0.89% -
HSV(B) 211.67º 0.15% 0.96% -
XYZ 69.97 74.54 97.09 -
YUV 223.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 209 226 245 0.15 0.08 0 0.04 211.67 0.64 0.89
Hex D1 E2 F5 F 8 0 4 D4 40 59
Octal 321 342 365 17 10 0 4 324 100 131
Binary 11010001 11100010 11110101 1111 1000 0 100 11010100 1000000 1011001

Color Harmonies of #D1E2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E2F5

Black with #D1E2F5

Text Example


Text Example

White with #D1E2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E2F5; }

 p { color: rgb(209,226,245); }

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

background-color css

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

 a { background-color: rgb(209,226,245); }

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

border-color css

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

 span { border-color: rgb(209,226,245); }

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