Html Css Color HEX #D1E7EA Oyster Bay

📋 copy color: '#D1E7EA'

red 209 ◦ green 231 ◦ blue 234

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

Shades of Oyster Bay #D1E7EA

Tints of Oyster Bay #D1E7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.27%

 BLUE value IS 234 (91.8% from 255) = 34.72%

R = 31.01%
G = 34.27%
B = 34.72%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1E7EA (or 0xD1E7EA) is known color: Oyster Bay. HEX triplet: D1, E7 and EA. RGB value is (209,231,234). Sum of RGB (Red+Green+Blue) = 209+231+234=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1E7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1E7EA is #2E1815. Grayscale: #E0E0E0. Windows color (decimal): -3020822 or 15394769. OLE color: 15394769.

HSL color Cylindrical-coordinate representation of color #D1E7EA: hue angle of 187.2º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1E7EA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 231 234 -
CMYK 0.11 0.01 0 0.08
HSL 187.2º 0.37% 0.87% -
HSV(B) 187.2º 0.11% 0.92% -
XYZ 69.72 76.65 88.96 -
YUV 224.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 209 231 234 0.11 0.01 0 0.08 187.2 0.37 0.87
Hex D1 E7 EA B 1 0 8 BB 25 57
Octal 321 347 352 13 1 0 10 273 45 127
Binary 11010001 11100111 11101010 1011 1 0 1000 10111011 100101 1010111

Color Harmonies of #D1E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E7EA

Black with #D1E7EA

Text Example


Text Example

White with #D1E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E7EA; }

 p { color: rgb(209,231,234); }

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

background-color css

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

 a { background-color: rgb(209,231,234); }

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

border-color css

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

 span { border-color: rgb(209,231,234); }

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