Html Css Color HEX #D1EDEF Oyster Bay

📋 copy color: '#D1EDEF'

red 209 ◦ green 237 ◦ blue 239

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

Shades of Oyster Bay #D1EDEF

Tints of Oyster Bay #D1EDEF

RGB

 RED value IS 209 (82.03% from 255) = 30.51%

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

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 30.51%
G = 34.6%
B = 34.89%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1EDEF (or 0xD1EDEF) is known color: Oyster Bay. HEX triplet: D1, ED and EF. RGB value is (209,237,239). Sum of RGB (Red+Green+Blue) = 209+237+239=685 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.51% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDEF is #2E1210. Grayscale: #E4E4E4. Windows color (decimal): -3019281 or 15723985. OLE color: 15723985.

HSL color Cylindrical-coordinate representation of color #D1EDEF: hue angle of 184º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EDEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 237 239 -
CMYK 0.13 0.01 0 0.06
HSL 184º 0.48% 0.88% -
HSV(B) 184º 0.13% 0.94% -
XYZ 72.16 80.36 93.37 -
YUV 228.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 209 237 239 0.13 0.01 0 0.06 184 0.48 0.88
Hex D1 ED EF D 1 0 6 B8 30 58
Octal 321 355 357 15 1 0 6 270 60 130
Binary 11010001 11101101 11101111 1101 1 0 110 10111000 110000 1011000

Color Harmonies of #D1EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDEF

Black with #D1EDEF

Text Example


Text Example

White with #D1EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDEF; }

 p { color: rgb(209,237,239); }

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

background-color css

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

 a { background-color: rgb(209,237,239); }

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

border-color css

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

 span { border-color: rgb(209,237,239); }

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