Html Css Color HEX #D8EBF1 Pattens Blue

📋 copy color: '#D8EBF1'

red 216 ◦ green 235 ◦ blue 241

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

Shades of Pattens Blue #D8EBF1

Tints of Pattens Blue #D8EBF1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.96%

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

R = 31.21%
G = 33.96%
B = 34.83%

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

#D8EBF1 (or 0xD8EBF1) is known color: Pattens Blue. HEX triplet: D8, EB and F1. RGB value is (216,235,241). Sum of RGB (Red+Green+Blue) = 216+235+241=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EBF1 is #27140E. Grayscale: #E5E5E5. Windows color (decimal): -2561039 or 15854552. OLE color: 15854552.

HSL color Cylindrical-coordinate representation of color #D8EBF1: hue angle of 194.4º 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 #D8EBF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 235 241 -
CMYK 0.10 0.02 0 0.05
HSL 194.4º 0.47% 0.9% -
HSV(B) 194.4º 0.1% 0.95% -
XYZ 73.9 80.37 94.84 -
YUV 230 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 216 235 241 0.10 0.02 0 0.05 194.4 0.47 0.9
Hex D8 EB F1 A 2 0 5 C2 2F 5A
Octal 330 353 361 12 2 0 5 302 57 132
Binary 11011000 11101011 11110001 1010 10 0 101 11000010 101111 1011010

Color Harmonies of #D8EBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EBF1

Black with #D8EBF1

Text Example


Text Example

White with #D8EBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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