Html Css Color HEX #D8ECF1 Pattens Blue

📋 copy color: '#D8ECF1'

red 216 ◦ green 236 ◦ blue 241

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

Shades of Pattens Blue #D8ECF1

Tints of Pattens Blue #D8ECF1

RGB

 RED value IS 216 (84.77% from 255) = 31.17%

 GREEN value IS 236 (92.58% from 255) = 34.05%

 BLUE value IS 241 (94.53% from 255) = 34.78%

R = 31.17%
G = 34.05%
B = 34.78%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8ECF1 (or 0xD8ECF1) is known color: Pattens Blue. HEX triplet: D8, EC and F1. RGB value is (216,236,241). Sum of RGB (Red+Green+Blue) = 216+236+241=693 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.17% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECF1 is #27130E. Grayscale: #E6E6E6. Windows color (decimal): -2560783 or 15854808. OLE color: 15854808.

HSL color Cylindrical-coordinate representation of color #D8ECF1: hue angle of 192º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8ECF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 236 241 -
CMYK 0.10 0.02 0 0.05
HSL 192º 0.47% 0.9% -
HSV(B) 192º 0.1% 0.95% -
XYZ 74.19 80.94 94.93 -
YUV 230.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 216 236 241 0.10 0.02 0 0.05 192 0.47 0.9
Hex D8 EC F1 A 2 0 5 C0 2F 5A
Octal 330 354 361 12 2 0 5 300 57 132
Binary 11011000 11101100 11110001 1010 10 0 101 11000000 101111 1011010

Color Harmonies of #D8ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ECF1

Black with #D8ECF1

Text Example


Text Example

White with #D8ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ECF1; }

 p { color: rgb(216,236,241); }

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

background-color css

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

 a { background-color: rgb(216,236,241); }

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

border-color css

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

 span { border-color: rgb(216,236,241); }

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