Html Css Color HEX #D6ECF0 Oyster Bay

📋 copy color: '#D6ECF0'

red 214 ◦ green 236 ◦ blue 240

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

Shades of Oyster Bay #D6ECF0

Tints of Oyster Bay #D6ECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.78%

R = 31.01%
G = 34.2%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6ECF0 (or 0xD6ECF0) is known color: Oyster Bay. HEX triplet: D6, EC and F0. RGB value is (214,236,240). Sum of RGB (Red+Green+Blue) = 214+236+240=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6ECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECF0 is #29130F. Grayscale: #E5E5E5. Windows color (decimal): -2691856 or 15789270. OLE color: 15789270.

HSL color Cylindrical-coordinate representation of color #D6ECF0: hue angle of 189.23º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6ECF0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 236 240 -
CMYK 0.11 0.02 0 0.06
HSL 189.23º 0.46% 0.89% -
HSV(B) 189.23º 0.11% 0.94% -
XYZ 73.46 80.58 94.12 -
YUV 229.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 214 236 240 0.11 0.02 0 0.06 189.23 0.46 0.89
Hex D6 EC F0 B 2 0 6 BD 2E 59
Octal 326 354 360 13 2 0 6 275 56 131
Binary 11010110 11101100 11110000 1011 10 0 110 10111101 101110 1011001

Color Harmonies of #D6ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECF0

Black with #D6ECF0

Text Example


Text Example

White with #D6ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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