Html Css Color HEX #D5ECEF Oyster Bay

📋 copy color: '#D5ECEF'

red 213 ◦ green 236 ◦ blue 239

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

Shades of Oyster Bay #D5ECEF

Tints of Oyster Bay #D5ECEF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.3%

 BLUE value IS 239 (93.75% from 255) = 34.74%

R = 30.96%
G = 34.3%
B = 34.74%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5ECEF (or 0xD5ECEF) is known color: Oyster Bay. HEX triplet: D5, EC and EF. RGB value is (213,236,239). Sum of RGB (Red+Green+Blue) = 213+236+239=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECEF is #2A1310. Grayscale: #E5E5E5. Windows color (decimal): -2757393 or 15723733. OLE color: 15723733.

HSL color Cylindrical-coordinate representation of color #D5ECEF: hue angle of 186.92º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5ECEF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 236 239 -
CMYK 0.11 0.01 0 0.06
HSL 186.92º 0.45% 0.89% -
HSV(B) 186.92º 0.11% 0.94% -
XYZ 73.02 80.37 93.33 -
YUV 229.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 213 236 239 0.11 0.01 0 0.06 186.92 0.45 0.89
Hex D5 EC EF B 1 0 6 BB 2D 59
Octal 325 354 357 13 1 0 6 273 55 131
Binary 11010101 11101100 11101111 1011 1 0 110 10111011 101101 1011001

Color Harmonies of #D5ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECEF

Black with #D5ECEF

Text Example


Text Example

White with #D5ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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