Html Css Color HEX #D6EDED Oyster Bay

📋 copy color: '#D6EDED'

red 214 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #D6EDED

Tints of Oyster Bay #D6EDED

RGB

 RED value IS 214 (83.98% from 255) = 31.1%

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

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

R = 31.1%
G = 34.45%
B = 34.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6EDED (or 0xD6EDED) is known color: Oyster Bay. HEX triplet: D6, ED and ED. RGB value is (214,237,237). Sum of RGB (Red+Green+Blue) = 214+237+237=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #D6EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDED is #291212. Grayscale: #E6E6E6. Windows color (decimal): -2691603 or 15592918. OLE color: 15592918.

HSL color Cylindrical-coordinate representation of color #D6EDED: hue angle of 180º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EDED is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 237 -
CMYK 0.10 0 0 0.07
HSL 180º 0.39% 0.88% -
HSV(B) 180º 0.1% 0.93% -
XYZ 73.3 80.98 91.89 -
YUV 230.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 214 237 237 0.10 0 0 0.07 180 0.39 0.88
Hex D6 ED ED A 0 0 7 B4 27 58
Octal 326 355 355 12 0 0 7 264 47 130
Binary 11010110 11101101 11101101 1010 0 0 111 10110100 100111 1011000

Color Harmonies of #D6EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDED

Black with #D6EDED

Text Example


Text Example

White with #D6EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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