Html Css Color HEX #D8ECEE Oyster Bay

📋 copy color: '#D8ECEE'

red 216 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #D8ECEE

Tints of Oyster Bay #D8ECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 31.3%
G = 34.2%
B = 34.49%

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

#D8ECEE (or 0xD8ECEE) is known color: Oyster Bay. HEX triplet: D8, EC and EE. RGB value is (216,236,238). Sum of RGB (Red+Green+Blue) = 216+236+238=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECEE is #271311. Grayscale: #E6E6E6. Windows color (decimal): -2560786 or 15658200. OLE color: 15658200.

HSL color Cylindrical-coordinate representation of color #D8ECEE: hue angle of 185.45º degrees, saturation: 0.39, 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 #D8ECEE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 236 238 -
CMYK 0.09 0.01 0 0.07
HSL 185.45º 0.39% 0.89% -
HSV(B) 185.45º 0.09% 0.93% -
XYZ 73.75 80.76 92.59 -
YUV 230.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 216 236 238 0.09 0.01 0 0.07 185.45 0.39 0.89
Hex D8 EC EE 9 1 0 7 B9 27 59
Octal 330 354 356 11 1 0 7 271 47 131
Binary 11011000 11101100 11101110 1001 1 0 111 10111001 100111 1011001

Color Harmonies of #D8ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ECEE

Black with #D8ECEE

Text Example


Text Example

White with #D8ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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