Html Css Color HEX #D1E8EF Pattens Blue

📋 copy color: '#D1E8EF'

red 209 ◦ green 232 ◦ blue 239

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

Shades of Pattens Blue #D1E8EF

Tints of Pattens Blue #D1E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.12%

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

R = 30.74%
G = 34.12%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1E8EF (or 0xD1E8EF) is known color: Pattens Blue. HEX triplet: D1, E8 and EF. RGB value is (209,232,239). Sum of RGB (Red+Green+Blue) = 209+232+239=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E8EF is #2E1710. Grayscale: #E1E1E1. Windows color (decimal): -3020561 or 15722705. OLE color: 15722705.

HSL color Cylindrical-coordinate representation of color #D1E8EF: hue angle of 194º 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 #D1E8EF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 232 239 -
CMYK 0.13 0.03 0 0.06
HSL 194º 0.48% 0.88% -
HSV(B) 194º 0.13% 0.94% -
XYZ 70.73 77.5 92.89 -
YUV 225.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 209 232 239 0.13 0.03 0 0.06 194 0.48 0.88
Hex D1 E8 EF D 3 0 6 C2 30 58
Octal 321 350 357 15 3 0 6 302 60 130
Binary 11010001 11101000 11101111 1101 11 0 110 11000010 110000 1011000

Color Harmonies of #D1E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E8EF

Black with #D1E8EF

Text Example


Text Example

White with #D1E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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