Html Css Color HEX #D6EEF0 Oyster Bay

📋 copy color: '#D6EEF0'

red 214 ◦ green 238 ◦ blue 240

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

Shades of Oyster Bay #D6EEF0

Tints of Oyster Bay #D6EEF0

RGB

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

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

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

R = 30.92%
G = 34.39%
B = 34.68%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D6EEF0 (or 0xD6EEF0) is known color: Oyster Bay. HEX triplet: D6, EE and F0. RGB value is (214,238,240). Sum of RGB (Red+Green+Blue) = 214+238+240=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF0 is #29110F. Grayscale: #E7E7E7. Windows color (decimal): -2691344 or 15789782. OLE color: 15789782.

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

Color convert

RGB 214 238 240 -
CMYK 0.11 0.01 0 0.06
HSL 184.62º 0.46% 0.89% -
HSV(B) 184.62º 0.11% 0.94% -
XYZ 74.03 81.74 94.31 -
YUV 231.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 214 238 240 0.11 0.01 0 0.06 184.62 0.46 0.89
Hex D6 EE F0 B 1 0 6 B9 2E 59
Octal 326 356 360 13 1 0 6 271 56 131
Binary 11010110 11101110 11110000 1011 1 0 110 10111001 101110 1011001

Color Harmonies of #D6EEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEF0

Black with #D6EEF0

Text Example


Text Example

White with #D6EEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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