Html Css Color HEX #D8EFF3 Oyster Bay

📋 copy color: '#D8EFF3'

red 216 ◦ green 239 ◦ blue 243

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

Shades of Oyster Bay #D8EFF3

Tints of Oyster Bay #D8EFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.24%

 BLUE value IS 243 (95.31% from 255) = 34.81%

R = 30.95%
G = 34.24%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8EFF3 (or 0xD8EFF3) is known color: Oyster Bay. HEX triplet: D8, EF and F3. RGB value is (216,239,243). Sum of RGB (Red+Green+Blue) = 216+239+243=698 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.95% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFF3 is #27100C. Grayscale: #E8E8E8. Windows color (decimal): -2560013 or 15986648. OLE color: 15986648.

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

Color convert

RGB 216 239 243 -
CMYK 0.11 0.02 0 0.05
HSL 188.89º 0.53% 0.9% -
HSV(B) 188.89º 0.11% 0.95% -
XYZ 75.36 82.8 96.8 -
YUV 232.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 216 239 243 0.11 0.02 0 0.05 188.89 0.53 0.9
Hex D8 EF F3 B 2 0 5 BD 35 5A
Octal 330 357 363 13 2 0 5 275 65 132
Binary 11011000 11101111 11110011 1011 10 0 101 10111101 110101 1011010

Color Harmonies of #D8EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EFF3

Black with #D8EFF3

Text Example


Text Example

White with #D8EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EFF3; }

 p { color: rgb(216,239,243); }

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

background-color css

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

 a { background-color: rgb(216,239,243); }

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

border-color css

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

 span { border-color: rgb(216,239,243); }

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