Html Css Color HEX #D3EDF0 Oyster Bay

📋 copy color: '#D3EDF0'

red 211 ◦ green 237 ◦ blue 240

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

Shades of Oyster Bay #D3EDF0

Tints of Oyster Bay #D3EDF0

RGB

 RED value IS 211 (82.81% from 255) = 30.67%

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

 BLUE value IS 240 (94.14% from 255) = 34.88%

R = 30.67%
G = 34.45%
B = 34.88%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3EDF0 (or 0xD3EDF0) is known color: Oyster Bay. HEX triplet: D3, ED and F0. RGB value is (211,237,240). Sum of RGB (Red+Green+Blue) = 211+237+240=688 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.67% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3EDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EDF0 is #2C120F. Grayscale: #E5E5E5. Windows color (decimal): -2888208 or 15789523. OLE color: 15789523.

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

Color convert

RGB 211 237 240 -
CMYK 0.12 0.01 0 0.06
HSL 186.21º 0.49% 0.88% -
HSV(B) 186.21º 0.12% 0.94% -
XYZ 72.88 80.71 94.18 -
YUV 229.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 211 237 240 0.12 0.01 0 0.06 186.21 0.49 0.88
Hex D3 ED F0 C 1 0 6 BA 31 58
Octal 323 355 360 14 1 0 6 272 61 130
Binary 11010011 11101101 11110000 1100 1 0 110 10111010 110001 1011000

Color Harmonies of #D3EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EDF0

Black with #D3EDF0

Text Example


Text Example

White with #D3EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EDF0; }

 p { color: rgb(211,237,240); }

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

background-color css

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

 a { background-color: rgb(211,237,240); }

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

border-color css

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

 span { border-color: rgb(211,237,240); }

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