Html Css Color HEX #D3EBEF Oyster Bay

📋 copy color: '#D3EBEF'

red 211 ◦ green 235 ◦ blue 239

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

Shades of Oyster Bay #D3EBEF

Tints of Oyster Bay #D3EBEF

RGB

 RED value IS 211 (82.81% from 255) = 30.8%

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

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 30.8%
G = 34.31%
B = 34.89%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3EBEF (or 0xD3EBEF) is known color: Oyster Bay. HEX triplet: D3, EB and EF. RGB value is (211,235,239). Sum of RGB (Red+Green+Blue) = 211+235+239=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EBEF is #2C1410. Grayscale: #E4E4E4. Windows color (decimal): -2888721 or 15723475. OLE color: 15723475.

HSL color Cylindrical-coordinate representation of color #D3EBEF: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3EBEF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 235 239 -
CMYK 0.12 0.02 0 0.06
HSL 188.57º 0.47% 0.88% -
HSV(B) 188.57º 0.12% 0.94% -
XYZ 72.15 79.5 93.2 -
YUV 228.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 211 235 239 0.12 0.02 0 0.06 188.57 0.47 0.88
Hex D3 EB EF C 2 0 6 BD 2F 58
Octal 323 353 357 14 2 0 6 275 57 130
Binary 11010011 11101011 11101111 1100 10 0 110 10111101 101111 1011000

Color Harmonies of #D3EBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EBEF

Black with #D3EBEF

Text Example


Text Example

White with #D3EBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EBEF; }

 p { color: rgb(211,235,239); }

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

background-color css

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

 a { background-color: rgb(211,235,239); }

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

border-color css

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

 span { border-color: rgb(211,235,239); }

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