Html Css Color HEX #D6EEED Oyster Bay

📋 copy color: '#D6EEED'

red 214 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #D6EEED

Tints of Oyster Bay #D6EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.54%

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

R = 31.06%
G = 34.54%
B = 34.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#D6EEED (or 0xD6EEED) is known color: Oyster Bay. HEX triplet: D6, EE and ED. RGB value is (214,238,237). Sum of RGB (Red+Green+Blue) = 214+238+237=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEED is #291112. Grayscale: #E6E6E6. Windows color (decimal): -2691347 or 15593174. OLE color: 15593174.

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

Color convert

RGB 214 238 237 -
CMYK 0.10 0 0.00 0.07
HSL 177.5º 0.41% 0.89% -
HSV(B) 177.5º 0.1% 0.93% -
XYZ 73.59 81.56 91.98 -
YUV 230.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 214 238 237 0.10 0 0.00 0.07 177.5 0.41 0.89
Hex D6 EE ED A 0 0 7 B2 29 59
Octal 326 356 355 12 0 0 7 262 51 131
Binary 11010110 11101110 11101101 1010 0 0 111 10110010 101001 1011001

Color Harmonies of #D6EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEED

Black with #D6EEED

Text Example


Text Example

White with #D6EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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