Html Css Color HEX #D1E4EA Pattens Blue

📋 copy color: '#D1E4EA'

red 209 ◦ green 228 ◦ blue 234

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

Shades of Pattens Blue #D1E4EA

Tints of Pattens Blue #D1E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

 BLUE value IS 234 (91.8% from 255) = 34.87%

R = 31.15%
G = 33.98%
B = 34.87%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1E4EA (or 0xD1E4EA) is known color: Pattens Blue. HEX triplet: D1, E4 and EA. RGB value is (209,228,234). Sum of RGB (Red+Green+Blue) = 209+228+234=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1E4EA is #2E1B15. Grayscale: #DEDEDE. Windows color (decimal): -3021590 or 15394001. OLE color: 15394001.

HSL color Cylindrical-coordinate representation of color #D1E4EA: hue angle of 194.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E4EA is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 228 234 -
CMYK 0.11 0.03 0 0.08
HSL 194.4º 0.37% 0.87% -
HSV(B) 194.4º 0.11% 0.92% -
XYZ 68.89 74.98 88.68 -
YUV 223 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 209 228 234 0.11 0.03 0 0.08 194.4 0.37 0.87
Hex D1 E4 EA B 3 0 8 C2 25 57
Octal 321 344 352 13 3 0 10 302 45 127
Binary 11010001 11100100 11101010 1011 11 0 1000 11000010 100101 1010111

Color Harmonies of #D1E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E4EA

Black with #D1E4EA

Text Example


Text Example

White with #D1E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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