Html Css Color HEX #D5EAEC Oyster Bay

📋 copy color: '#D5EAEC'

red 213 ◦ green 234 ◦ blue 236

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

Shades of Oyster Bay #D5EAEC

Tints of Oyster Bay #D5EAEC

RGB

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

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

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

R = 31.19%
G = 34.26%
B = 34.55%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5EAEC (or 0xD5EAEC) is known color: Oyster Bay. HEX triplet: D5, EA and EC. RGB value is (213,234,236). Sum of RGB (Red+Green+Blue) = 213+234+236=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5EAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAEC is #2A1513. Grayscale: #E3E3E3. Windows color (decimal): -2757908 or 15526613. OLE color: 15526613.

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

Color convert

RGB 213 234 236 -
CMYK 0.10 0.01 0 0.07
HSL 185.22º 0.38% 0.88% -
HSV(B) 185.22º 0.1% 0.93% -
XYZ 72 79.05 90.82 -
YUV 227.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 213 234 236 0.10 0.01 0 0.07 185.22 0.38 0.88
Hex D5 EA EC A 1 0 7 B9 26 58
Octal 325 352 354 12 1 0 7 271 46 130
Binary 11010101 11101010 11101100 1010 1 0 111 10111001 100110 1011000

Color Harmonies of #D5EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EAEC

Black with #D5EAEC

Text Example


Text Example

White with #D5EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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