Html Css Color HEX #D6ECEE Oyster Bay

📋 copy color: '#D6ECEE'

red 214 ◦ green 236 ◦ blue 238

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

Shades of Oyster Bay #D6ECEE

Tints of Oyster Bay #D6ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.3%

 BLUE value IS 238 (93.36% from 255) = 34.59%

R = 31.1%
G = 34.3%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6ECEE (or 0xD6ECEE) is known color: Oyster Bay. HEX triplet: D6, EC and EE. RGB value is (214,236,238). Sum of RGB (Red+Green+Blue) = 214+236+238=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECEE is #291311. Grayscale: #E5E5E5. Windows color (decimal): -2691858 or 15658198. OLE color: 15658198.

HSL color Cylindrical-coordinate representation of color #D6ECEE: hue angle of 185º 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 #D6ECEE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 238 -
CMYK 0.10 0.01 0 0.07
HSL 185º 0.41% 0.89% -
HSV(B) 185º 0.1% 0.93% -
XYZ 73.16 80.46 92.56 -
YUV 229.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 214 236 238 0.10 0.01 0 0.07 185 0.41 0.89
Hex D6 EC EE A 1 0 7 B9 29 59
Octal 326 354 356 12 1 0 7 271 51 131
Binary 11010110 11101100 11101110 1010 1 0 111 10111001 101001 1011001

Color Harmonies of #D6ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECEE

Black with #D6ECEE

Text Example


Text Example

White with #D6ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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