Html Css Color HEX #D8EAED Oyster Bay

📋 copy color: '#D8EAED'

red 216 ◦ green 234 ◦ blue 237

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

Shades of Oyster Bay #D8EAED

Tints of Oyster Bay #D8EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.5%

R = 31.44%
G = 34.06%
B = 34.5%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D8EAED (or 0xD8EAED) is known color: Oyster Bay. HEX triplet: D8, EA and ED. RGB value is (216,234,237). Sum of RGB (Red+Green+Blue) = 216+234+237=687 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.44% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EAED is #271512. Grayscale: #E4E4E4. Windows color (decimal): -2561299 or 15592152. OLE color: 15592152.

HSL color Cylindrical-coordinate representation of color #D8EAED: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EAED is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 234 237 -
CMYK 0.09 0.01 0 0.07
HSL 188.57º 0.37% 0.89% -
HSV(B) 188.57º 0.09% 0.93% -
XYZ 73.03 79.56 91.63 -
YUV 228.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 216 234 237 0.09 0.01 0 0.07 188.57 0.37 0.89
Hex D8 EA ED 9 1 0 7 BD 25 59
Octal 330 352 355 11 1 0 7 275 45 131
Binary 11011000 11101010 11101101 1001 1 0 111 10111101 100101 1011001

Color Harmonies of #D8EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EAED

Black with #D8EAED

Text Example


Text Example

White with #D8EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EAED; }

 p { color: rgb(216,234,237); }

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

background-color css

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

 a { background-color: rgb(216,234,237); }

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

border-color css

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

 span { border-color: rgb(216,234,237); }

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