Html Css Color HEX #D7EDED Oyster Bay

📋 copy color: '#D7EDED'

red 215 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #D7EDED

Tints of Oyster Bay #D7EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.4%

 BLUE value IS 237 (92.97% from 255) = 34.4%

R = 31.2%
G = 34.4%
B = 34.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7EDED (or 0xD7EDED) is known color: Oyster Bay. HEX triplet: D7, ED and ED. RGB value is (215,237,237). Sum of RGB (Red+Green+Blue) = 215+237+237=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #D7EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EDED is #281212. Grayscale: #E6E6E6. Windows color (decimal): -2626067 or 15592919. OLE color: 15592919.

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

Color convert

RGB 215 237 237 -
CMYK 0.09 0 0 0.07
HSL 180º 0.38% 0.89% -
HSV(B) 180º 0.09% 0.93% -
XYZ 73.59 81.13 91.9 -
YUV 230.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 215 237 237 0.09 0 0 0.07 180 0.38 0.89
Hex D7 ED ED 9 0 0 7 B4 26 59
Octal 327 355 355 11 0 0 7 264 46 131
Binary 11010111 11101101 11101101 1001 0 0 111 10110100 100110 1011001

Color Harmonies of #D7EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EDED

Black with #D7EDED

Text Example


Text Example

White with #D7EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EDED; }

 p { color: rgb(215,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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