Html Css Color HEX #D5EEF1 Oyster Bay

📋 copy color: '#D5EEF1'

red 213 ◦ green 238 ◦ blue 241

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

Shades of Oyster Bay #D5EEF1

Tints of Oyster Bay #D5EEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.39%

 BLUE value IS 241 (94.53% from 255) = 34.83%

R = 30.78%
G = 34.39%
B = 34.83%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5EEF1 (or 0xD5EEF1) is known color: Oyster Bay. HEX triplet: D5, EE and F1. RGB value is (213,238,241). Sum of RGB (Red+Green+Blue) = 213+238+241=692 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.78% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEF1 is #2A110E. Grayscale: #E6E6E6. Windows color (decimal): -2756879 or 15855317. OLE color: 15855317.

HSL color Cylindrical-coordinate representation of color #D5EEF1: hue angle of 186.43º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EEF1 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 238 241 -
CMYK 0.12 0.01 0 0.05
HSL 186.43º 0.5% 0.89% -
HSV(B) 186.43º 0.12% 0.95% -
XYZ 73.89 81.65 95.08 -
YUV 230.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 213 238 241 0.12 0.01 0 0.05 186.43 0.5 0.89
Hex D5 EE F1 C 1 0 5 BA 32 59
Octal 325 356 361 14 1 0 5 272 62 131
Binary 11010101 11101110 11110001 1100 1 0 101 10111010 110010 1011001

Color Harmonies of #D5EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEF1

Black with #D5EEF1

Text Example


Text Example

White with #D5EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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