Html Css Color HEX #D1EEF5 Pattens Blue

📋 copy color: '#D1EEF5'

red 209 ◦ green 238 ◦ blue 245

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

Shades of Pattens Blue #D1EEF5

Tints of Pattens Blue #D1EEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.39%

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

R = 30.2%
G = 34.39%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1EEF5 (or 0xD1EEF5) is known color: Pattens Blue. HEX triplet: D1, EE and F5. RGB value is (209,238,245). Sum of RGB (Red+Green+Blue) = 209+238+245=692 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.20% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 245 (96.09% from 255 or 35.40% from 692); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1EEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EEF5 is #2E110A. Grayscale: #E6E6E6. Windows color (decimal): -3019019 or 16117457. OLE color: 16117457.

HSL color Cylindrical-coordinate representation of color #D1EEF5: hue angle of 191.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 #D1EEF5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 238 245 -
CMYK 0.15 0.03 0 0.04
HSL 191.67º 0.64% 0.89% -
HSV(B) 191.67º 0.15% 0.96% -
XYZ 73.35 81.3 98.21 -
YUV 230.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 209 238 245 0.15 0.03 0 0.04 191.67 0.64 0.89
Hex D1 EE F5 F 3 0 4 C0 40 59
Octal 321 356 365 17 3 0 4 300 100 131
Binary 11010001 11101110 11110101 1111 11 0 100 11000000 1000000 1011001

Color Harmonies of #D1EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EEF5

Black with #D1EEF5

Text Example


Text Example

White with #D1EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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