Html Css Color HEX #D5EDEE Oyster Bay

📋 copy color: '#D5EDEE'

red 213 ◦ green 237 ◦ blue 238

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

Shades of Oyster Bay #D5EDEE

Tints of Oyster Bay #D5EDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.45%

 BLUE value IS 238 (93.36% from 255) = 34.59%

R = 30.96%
G = 34.45%
B = 34.59%

CMYK

 C value IS 0.11

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5EDEE (or 0xD5EDEE) is known color: Oyster Bay. HEX triplet: D5, ED and EE. RGB value is (213,237,238). Sum of RGB (Red+Green+Blue) = 213+237+238=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDEE is #2A1211. Grayscale: #E5E5E5. Windows color (decimal): -2757138 or 15658453. OLE color: 15658453.

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

Color convert

RGB 213 237 238 -
CMYK 0.11 0.00 0 0.07
HSL 182.4º 0.42% 0.88% -
HSV(B) 182.4º 0.11% 0.93% -
XYZ 73.16 80.89 92.65 -
YUV 229.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 213 237 238 0.11 0.00 0 0.07 182.4 0.42 0.88
Hex D5 ED EE B 0 0 7 B6 2A 58
Octal 325 355 356 13 0 0 7 266 52 130
Binary 11010101 11101101 11101110 1011 0 0 111 10110110 101010 1011000

Color Harmonies of #D5EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDEE

Black with #D5EDEE

Text Example


Text Example

White with #D5EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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