Html Css Color HEX #D9EBEB Oyster Bay

📋 copy color: '#D9EBEB'

red 217 ◦ green 235 ◦ blue 235

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

Shades of Oyster Bay #D9EBEB

Tints of Oyster Bay #D9EBEB

RGB

 RED value IS 217 (85.16% from 255) = 31.59%

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

 BLUE value IS 235 (92.19% from 255) = 34.21%

R = 31.59%
G = 34.21%
B = 34.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9EBEB (or 0xD9EBEB) is known color: Oyster Bay. HEX triplet: D9, EB and EB. RGB value is (217,235,235). Sum of RGB (Red+Green+Blue) = 217+235+235=687 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.59% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #D9EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EBEB is #261414. Grayscale: #E5E5E5. Windows color (decimal): -2495509 or 15461337. OLE color: 15461337.

HSL color Cylindrical-coordinate representation of color #D9EBEB: hue angle of 180º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EBEB is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 235 235 -
CMYK 0.08 0 0 0.08
HSL 180º 0.31% 0.89% -
HSV(B) 180º 0.08% 0.92% -
XYZ 73.32 80.17 90.21 -
YUV 229.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 217 235 235 0.08 0 0 0.08 180 0.31 0.89
Hex D9 EB EB 8 0 0 8 B4 1F 59
Octal 331 353 353 10 0 0 10 264 37 131
Binary 11011001 11101011 11101011 1000 0 0 1000 10110100 11111 1011001

Color Harmonies of #D9EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBEB

Black with #D9EBEB

Text Example


Text Example

White with #D9EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EBEB; }

 p { color: rgb(217,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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