Html Css Color HEX #D6EEF1 Oyster Bay

📋 copy color: '#D6EEF1'

red 214 ◦ green 238 ◦ blue 241

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

Shades of Oyster Bay #D6EEF1

Tints of Oyster Bay #D6EEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.78%

R = 30.88%
G = 34.34%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6EEF1 (or 0xD6EEF1) is known color: Oyster Bay. HEX triplet: D6, EE and F1. RGB value is (214,238,241). Sum of RGB (Red+Green+Blue) = 214+238+241=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF1 is #29110E. Grayscale: #E7E7E7. Windows color (decimal): -2691343 or 15855318. OLE color: 15855318.

HSL color Cylindrical-coordinate representation of color #D6EEF1: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6EEF1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 238 241 -
CMYK 0.11 0.01 0 0.05
HSL 186.67º 0.49% 0.89% -
HSV(B) 186.67º 0.11% 0.95% -
XYZ 74.18 81.8 95.1 -
YUV 231.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 214 238 241 0.11 0.01 0 0.05 186.67 0.49 0.89
Hex D6 EE F1 B 1 0 5 BB 31 59
Octal 326 356 361 13 1 0 5 273 61 131
Binary 11010110 11101110 11110001 1011 1 0 101 10111011 110001 1011001

Color Harmonies of #D6EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EEF1

Black with #D6EEF1

Text Example


Text Example

White with #D6EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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