Html Css Color HEX #D1EAF5 Pattens Blue

📋 copy color: '#D1EAF5'

red 209 ◦ green 234 ◦ blue 245

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

Shades of Pattens Blue #D1EAF5

Tints of Pattens Blue #D1EAF5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.01%

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

R = 30.38%
G = 34.01%
B = 35.61%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D1EAF5 (or 0xD1EAF5) is known color: Pattens Blue. HEX triplet: D1, EA and F5. RGB value is (209,234,245). Sum of RGB (Red+Green+Blue) = 209+234+245=688 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.38% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 245 (96.09% from 255 or 35.61% from 688); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1EAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAF5 is #2E150A. Grayscale: #E3E3E3. Windows color (decimal): -3020043 or 16116433. OLE color: 16116433.

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

Color convert

RGB 209 234 245 -
CMYK 0.15 0.04 0 0.04
HSL 198.33º 0.64% 0.89% -
HSV(B) 198.33º 0.15% 0.96% -
XYZ 72.2 78.99 97.83 -
YUV 227.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 209 234 245 0.15 0.04 0 0.04 198.33 0.64 0.89
Hex D1 EA F5 F 4 0 4 C6 40 59
Octal 321 352 365 17 4 0 4 306 100 131
Binary 11010001 11101010 11110101 1111 100 0 100 11000110 1000000 1011001

Color Harmonies of #D1EAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EAF5

Black with #D1EAF5

Text Example


Text Example

White with #D1EAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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