Html Css Color HEX #D7EBEF Oyster Bay

📋 copy color: '#D7EBEF'

red 215 ◦ green 235 ◦ blue 239

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

Shades of Oyster Bay #D7EBEF

Tints of Oyster Bay #D7EBEF

RGB

 RED value IS 215 (84.38% from 255) = 31.2%

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

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

R = 31.2%
G = 34.11%
B = 34.69%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D7EBEF (or 0xD7EBEF) is known color: Oyster Bay. HEX triplet: D7, EB and EF. RGB value is (215,235,239). Sum of RGB (Red+Green+Blue) = 215+235+239=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EBEF is #281410. Grayscale: #E5E5E5. Windows color (decimal): -2626577 or 15723479. OLE color: 15723479.

HSL color Cylindrical-coordinate representation of color #D7EBEF: hue angle of 190º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7EBEF is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 235 239 -
CMYK 0.10 0.02 0 0.06
HSL 190º 0.43% 0.89% -
HSV(B) 190º 0.1% 0.94% -
XYZ 73.31 80.1 93.26 -
YUV 229.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 215 235 239 0.10 0.02 0 0.06 190 0.43 0.89
Hex D7 EB EF A 2 0 6 BE 2B 59
Octal 327 353 357 12 2 0 6 276 53 131
Binary 11010111 11101011 11101111 1010 10 0 110 10111110 101011 1011001

Color Harmonies of #D7EBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EBEF

Black with #D7EBEF

Text Example


Text Example

White with #D7EBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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