Html Css Color HEX #D7EAEB Oyster Bay

📋 copy color: '#D7EAEB'

red 215 ◦ green 234 ◦ blue 235

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

Shades of Oyster Bay #D7EAEB

Tints of Oyster Bay #D7EAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.21%

 BLUE value IS 235 (92.19% from 255) = 34.36%

R = 31.43%
G = 34.21%
B = 34.36%

CMYK

 C value IS 0.09

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7EAEB (or 0xD7EAEB) is known color: Oyster Bay. HEX triplet: D7, EA and EB. RGB value is (215,234,235). Sum of RGB (Red+Green+Blue) = 215+234+235=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EAEB is #281514. Grayscale: #E4E4E4. Windows color (decimal): -2626837 or 15461079. OLE color: 15461079.

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

Color convert

RGB 215 234 235 -
CMYK 0.09 0.00 0 0.08
HSL 183º 0.33% 0.88% -
HSV(B) 183º 0.09% 0.92% -
XYZ 72.44 79.29 90.08 -
YUV 228.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 215 234 235 0.09 0.00 0 0.08 183 0.33 0.88
Hex D7 EA EB 9 0 0 8 B7 21 58
Octal 327 352 353 11 0 0 10 267 41 130
Binary 11010111 11101010 11101011 1001 0 0 1000 10110111 100001 1011000

Color Harmonies of #D7EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7EAEB

Black with #D7EAEB

Text Example


Text Example

White with #D7EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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