Html Css Color HEX #D7E9EA Oyster Bay

📋 copy color: '#D7E9EA'

red 215 ◦ green 233 ◦ blue 234

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

Shades of Oyster Bay #D7E9EA

Tints of Oyster Bay #D7E9EA

RGB

 RED value IS 215 (84.38% from 255) = 31.52%

 GREEN value IS 233 (91.41% from 255) = 34.16%

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

R = 31.52%
G = 34.16%
B = 34.31%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7E9EA (or 0xD7E9EA) is known color: Oyster Bay. HEX triplet: D7, E9 and EA. RGB value is (215,233,234). Sum of RGB (Red+Green+Blue) = 215+233+234=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7E9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7E9EA is #281615. Grayscale: #E3E3E3. Windows color (decimal): -2627094 or 15395287. OLE color: 15395287.

HSL color Cylindrical-coordinate representation of color #D7E9EA: hue angle of 183.16º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7E9EA is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 233 234 -
CMYK 0.08 0.00 0 0.08
HSL 183.16º 0.31% 0.88% -
HSV(B) 183.16º 0.08% 0.92% -
XYZ 72.01 78.67 89.23 -
YUV 227.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 215 233 234 0.08 0.00 0 0.08 183.16 0.31 0.88
Hex D7 E9 EA 8 0 0 8 B7 1F 58
Octal 327 351 352 10 0 0 10 267 37 130
Binary 11010111 11101001 11101010 1000 0 0 1000 10110111 11111 1011000

Color Harmonies of #D7E9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E9EA

Black with #D7E9EA

Text Example


Text Example

White with #D7E9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E9EA; }

 p { color: rgb(215,233,234); }

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

background-color css

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

 a { background-color: rgb(215,233,234); }

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

border-color css

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

 span { border-color: rgb(215,233,234); }

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