Html Css Color HEX #D5E7EA Oyster Bay

📋 copy color: '#D5E7EA'

red 213 ◦ green 231 ◦ blue 234

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

Shades of Oyster Bay #D5E7EA

Tints of Oyster Bay #D5E7EA

RGB

 RED value IS 213 (83.59% from 255) = 31.42%

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

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

R = 31.42%
G = 34.07%
B = 34.51%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5E7EA (or 0xD5E7EA) is known color: Oyster Bay. HEX triplet: D5, E7 and EA. RGB value is (213,231,234). Sum of RGB (Red+Green+Blue) = 213+231+234=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5E7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E7EA is #2A1815. Grayscale: #E1E1E1. Windows color (decimal): -2758678 or 15394773. OLE color: 15394773.

HSL color Cylindrical-coordinate representation of color #D5E7EA: hue angle of 188.57º 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 #D5E7EA is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 231 234 -
CMYK 0.09 0.01 0 0.08
HSL 188.57º 0.33% 0.88% -
HSV(B) 188.57º 0.09% 0.92% -
XYZ 70.87 77.24 89.02 -
YUV 225.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 213 231 234 0.09 0.01 0 0.08 188.57 0.33 0.88
Hex D5 E7 EA 9 1 0 8 BD 21 58
Octal 325 347 352 11 1 0 10 275 41 130
Binary 11010101 11100111 11101010 1001 1 0 1000 10111101 100001 1011000

Color Harmonies of #D5E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E7EA

Black with #D5E7EA

Text Example


Text Example

White with #D5E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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