Html Css Color HEX #D6EDF1 Oyster Bay

📋 copy color: '#D6EDF1'

red 214 ◦ green 237 ◦ blue 241

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

Shades of Oyster Bay #D6EDF1

Tints of Oyster Bay #D6EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.25%

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

R = 30.92%
G = 34.25%
B = 34.83%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6EDF1 (or 0xD6EDF1) is known color: Oyster Bay. HEX triplet: D6, ED and F1. RGB value is (214,237,241). Sum of RGB (Red+Green+Blue) = 214+237+241=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDF1 is #29120E. Grayscale: #E6E6E6. Windows color (decimal): -2691599 or 15855062. OLE color: 15855062.

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

Color convert

RGB 214 237 241 -
CMYK 0.11 0.02 0 0.05
HSL 188.89º 0.49% 0.89% -
HSV(B) 188.89º 0.11% 0.95% -
XYZ 73.89 81.22 95 -
YUV 230.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 214 237 241 0.11 0.02 0 0.05 188.89 0.49 0.89
Hex D6 ED F1 B 2 0 5 BD 31 59
Octal 326 355 361 13 2 0 5 275 61 131
Binary 11010110 11101101 11110001 1011 10 0 101 10111101 110001 1011001

Color Harmonies of #D6EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDF1

Black with #D6EDF1

Text Example


Text Example

White with #D6EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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