Html Css Color HEX #D1EDEE Oyster Bay

📋 copy color: '#D1EDEE'

red 209 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #D1EDEE

Tints of Oyster Bay #D1EDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.8%

R = 30.56%
G = 34.65%
B = 34.8%

CMYK

 C value IS 0.12

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1EDEE (or 0xD1EDEE) is known color: Oyster Bay. HEX triplet: D1, ED and EE. RGB value is (209,237,238). Sum of RGB (Red+Green+Blue) = 209+237+238=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDEE is #2E1211. Grayscale: #E4E4E4. Windows color (decimal): -3019282 or 15658449. OLE color: 15658449.

HSL color Cylindrical-coordinate representation of color #D1EDEE: hue angle of 182.07º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EDEE is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 238 -
CMYK 0.12 0.00 0 0.07
HSL 182.07º 0.46% 0.88% -
HSV(B) 182.07º 0.12% 0.93% -
XYZ 72.01 80.3 92.59 -
YUV 228.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 209 237 238 0.12 0.00 0 0.07 182.07 0.46 0.88
Hex D1 ED EE C 0 0 7 B6 2E 58
Octal 321 355 356 14 0 0 7 266 56 130
Binary 11010001 11101101 11101110 1100 0 0 111 10110110 101110 1011000

Color Harmonies of #D1EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDEE

Black with #D1EDEE

Text Example


Text Example

White with #D1EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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