Html Css Color HEX #D5EEF3 Oyster Bay

📋 copy color: '#D5EEF3'

red 213 ◦ green 238 ◦ blue 243

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

Shades of Oyster Bay #D5EEF3

Tints of Oyster Bay #D5EEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.01%

R = 30.69%
G = 34.29%
B = 35.01%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5EEF3 (or 0xD5EEF3) is known color: Oyster Bay. HEX triplet: D5, EE and F3. RGB value is (213,238,243). Sum of RGB (Red+Green+Blue) = 213+238+243=694 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.69% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEF3 is #2A110C. Grayscale: #E7E7E7. Windows color (decimal): -2756877 or 15986389. OLE color: 15986389.

HSL color Cylindrical-coordinate representation of color #D5EEF3: hue angle of 190º degrees, saturation: 0.56, 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 #D5EEF3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 238 243 -
CMYK 0.12 0.02 0 0.05
HSL 190º 0.56% 0.89% -
HSV(B) 190º 0.12% 0.95% -
XYZ 74.19 81.77 96.67 -
YUV 231.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 213 238 243 0.12 0.02 0 0.05 190 0.56 0.89
Hex D5 EE F3 C 2 0 5 BE 38 59
Octal 325 356 363 14 2 0 5 276 70 131
Binary 11010101 11101110 11110011 1100 10 0 101 10111110 111000 1011001

Color Harmonies of #D5EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EEF3

Black with #D5EEF3

Text Example


Text Example

White with #D5EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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