Html Css Color HEX #D5ECED Oyster Bay

📋 copy color: '#D5ECED'

red 213 ◦ green 236 ◦ blue 237

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

Shades of Oyster Bay #D5ECED

Tints of Oyster Bay #D5ECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 31.05%
G = 34.4%
B = 34.55%

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

#D5ECED (or 0xD5ECED) is known color: Oyster Bay. HEX triplet: D5, EC and ED. RGB value is (213,236,237). Sum of RGB (Red+Green+Blue) = 213+236+237=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECED is #2A1312. Grayscale: #E5E5E5. Windows color (decimal): -2757395 or 15592661. OLE color: 15592661.

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

Color convert

RGB 213 236 237 -
CMYK 0.10 0.00 0 0.07
HSL 182.5º 0.4% 0.88% -
HSV(B) 182.5º 0.1% 0.93% -
XYZ 72.72 80.25 91.78 -
YUV 229.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 213 236 237 0.10 0.00 0 0.07 182.5 0.4 0.88
Hex D5 EC ED A 0 0 7 B6 28 58
Octal 325 354 355 12 0 0 7 266 50 130
Binary 11010101 11101100 11101101 1010 0 0 111 10110110 101000 1011000

Color Harmonies of #D5ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ECED

Black with #D5ECED

Text Example


Text Example

White with #D5ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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