Html Css Color HEX #D8EEF1 Oyster Bay

📋 copy color: '#D8EEF1'

red 216 ◦ green 238 ◦ blue 241

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

Shades of Oyster Bay #D8EEF1

Tints of Oyster Bay #D8EEF1

RGB

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

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

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

R = 31.08%
G = 34.24%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8EEF1 (or 0xD8EEF1) is known color: Oyster Bay. HEX triplet: D8, EE and F1. RGB value is (216,238,241). Sum of RGB (Red+Green+Blue) = 216+238+241=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EEF1 is #27110E. Grayscale: #E7E7E7. Windows color (decimal): -2560271 or 15855320. OLE color: 15855320.

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

Color convert

RGB 216 238 241 -
CMYK 0.10 0.01 0 0.05
HSL 187.2º 0.47% 0.9% -
HSV(B) 187.2º 0.1% 0.95% -
XYZ 74.77 82.1 95.12 -
YUV 231.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 216 238 241 0.10 0.01 0 0.05 187.2 0.47 0.9
Hex D8 EE F1 A 1 0 5 BB 2F 5A
Octal 330 356 361 12 1 0 5 273 57 132
Binary 11011000 11101110 11110001 1010 1 0 101 10111011 101111 1011010

Color Harmonies of #D8EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEF1

Black with #D8EEF1

Text Example


Text Example

White with #D8EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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