Html Css Color HEX #D5EBEC Oyster Bay

📋 copy color: '#D5EBEC'

red 213 ◦ green 235 ◦ blue 236

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

Shades of Oyster Bay #D5EBEC

Tints of Oyster Bay #D5EBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 31.14%
G = 34.36%
B = 34.5%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5EBEC (or 0xD5EBEC) is known color: Oyster Bay. HEX triplet: D5, EB and EC. RGB value is (213,235,236). Sum of RGB (Red+Green+Blue) = 213+235+236=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5EBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBEC is #2A1413. Grayscale: #E4E4E4. Windows color (decimal): -2757652 or 15526869. OLE color: 15526869.

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

Color convert

RGB 213 235 236 -
CMYK 0.10 0.00 0 0.07
HSL 182.61º 0.38% 0.88% -
HSV(B) 182.61º 0.1% 0.93% -
XYZ 72.29 79.62 90.91 -
YUV 228.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 213 235 236 0.10 0.00 0 0.07 182.61 0.38 0.88
Hex D5 EB EC A 0 0 7 B7 26 58
Octal 325 353 354 12 0 0 7 267 46 130
Binary 11010101 11101011 11101100 1010 0 0 111 10110111 100110 1011000

Color Harmonies of #D5EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBEC

Black with #D5EBEC

Text Example


Text Example

White with #D5EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBEC; }

 p { color: rgb(213,235,236); }

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

background-color css

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

 a { background-color: rgb(213,235,236); }

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

border-color css

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

 span { border-color: rgb(213,235,236); }

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