Html Css Color HEX #D1E1EF Pattens Blue

📋 copy color: '#D1E1EF'

red 209 ◦ green 225 ◦ blue 239

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

Shades of Pattens Blue #D1E1EF

Tints of Pattens Blue #D1E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.43%

 BLUE value IS 239 (93.75% from 255) = 35.51%

R = 31.05%
G = 33.43%
B = 35.51%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1E1EF (or 0xD1E1EF) is known color: Pattens Blue. HEX triplet: D1, E1 and EF. RGB value is (209,225,239). Sum of RGB (Red+Green+Blue) = 209+225+239=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1E1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E1EF is #2E1E10. Grayscale: #DDDDDD. Windows color (decimal): -3022353 or 15720913. OLE color: 15720913.

HSL color Cylindrical-coordinate representation of color #D1E1EF: hue angle of 208º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1E1EF is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 225 239 -
CMYK 0.13 0.06 0 0.06
HSL 208º 0.48% 0.88% -
HSV(B) 208º 0.13% 0.94% -
XYZ 68.8 73.64 92.25 -
YUV 221.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 209 225 239 0.13 0.06 0 0.06 208 0.48 0.88
Hex D1 E1 EF D 6 0 6 D0 30 58
Octal 321 341 357 15 6 0 6 320 60 130
Binary 11010001 11100001 11101111 1101 110 0 110 11010000 110000 1011000

Color Harmonies of #D1E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E1EF

Black with #D1E1EF

Text Example


Text Example

White with #D1E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E1EF; }

 p { color: rgb(209,225,239); }

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

background-color css

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

 a { background-color: rgb(209,225,239); }

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

border-color css

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

 span { border-color: rgb(209,225,239); }

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